/*
Theme Name: Melbourne IPTV
Theme URI: https://melbourneiptv.com/
Author: Melbourne IPTV
Author URI: https://melbourneiptv.com/
Description: Production-ready custom WordPress theme for Melbourne IPTV, built for the Australian IPTV market with fast responsive layouts, conversion-focused sections, and local SEO structure.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: melbourne-iptv
Tags: custom-logo, custom-menu, featured-images, block-styles, wide-blocks, accessibility-ready
*/

:root {
  --mip-red: #e4002b;
  --mip-navy: #012169;
  --mip-navy-dark: #00113d;
  --mip-gold: #ffcd00;
  --mip-green: #00843d;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}
