:root{
  --bg:#0d0f10;
  --panel:#111315;
  --text:#ffffff;
  --muted:rgba(255,255,255,.75);
  --gold:#f23c1c;
  --gold2:#c8921f;
  --container:1200px;

  --font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --base-font-size:16px;
  --nav-font-size:18px;
  --hero-title-size:72px;
  --section-headline-size:56px;

  --header-logo-height:152px;
  --footer-logo-height:140px;
  --header-logo-max-width:none;
  --footer-logo-max-width:none;

  --infobar-bg:#c8921f;
  --infobar-text:#111111;
}

html{font-size:var(--base-font-size);}
body{font-family:var(--font-family);}