/*!
 * Theme Name: MediaStreamly Custom
 * Theme URI: https://mediastreamly.store
 * Description: Custom minimal theme for MediaStreamly
 * Version: 1.0
 * Author: MediaStreamly
 * License: GPL v2 or later
 * Text Domain: mediastreamly-custom
 */

/* Minimal reset - theme adds no styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

/* Allow page content to render as-is */
body {
  background: transparent;
}

/* Remove default WordPress margins */
.wp-site-blocks {
  margin: 0;
  padding: 0;
}
