/*
Theme Name: M Media Digital Marketing Institute
Theme URI: https://mmediainstitute.com
Author: M Media Dev Team
Author URI: https://mmediainstitute.com
Description: Custom production theme for M Media Digital Marketing Institute. Built as a compiled React single-page front-end wrapped in a standard WordPress theme shell.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: m-media-theme
*/

/* Base resets so the app can take over the full viewport cleanly */
html, body {
    margin: 0;
    padding: 0;
}

#root {
    min-height: 100vh;
}
