/*
Theme Name:  MMG Custom
Theme URI:   https://melbournemintgold.com.au
Author:      GBA Group Mitchell Tomlinson
Author URI:  https://goldbullionaustralia.com.au
Description: Lightweight custom theme for Melbourne Mint Gold. Minimal chrome, built for full-width hand-coded HTML pages.
Version:     1.0.0
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmg-custom
*/

/* ------------------------------------------------------------------
   Global base styles. Page sections carry their own inline styles,
   so this stays deliberately minimal.
------------------------------------------------------------------ */
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #0a1626;
  color: #ffffff;
  font-family: 'Gilroy', 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: #ad8a19; }
a:hover { color: #ffffff; }
::selection { background: #ad8a19; color: #ffffff; }
input::placeholder { color: rgba(255,255,255,0.35); }

/* Default content width for normal (non full-bleed) pages */
.mmg-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px clamp(20px, 4vw, 40px);
}
