/*
Theme Name: Vegas Now Canada
Theme URI: https://vegasnow-canada.ca/
Author: Vegas Now Canada desk
Description: Standalone micro theme for vegasnow-canada.ca (Scorecard layout).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: vnc
*/

/* Базовые токены и сброс. Основная раскладка — assets/main.css */
:root{
  --bg:#0B0513; --surface:#150C22; --surface2:#1E1230; --header:#4A2C72; --footer:#130B1C;
  --cta:#A41B44; --cta-hi:#C8214F; --btn2:#33224E; --gold:#F2E597; --accent:#D9294E;
  --text:#FAFBFA; --muted:#B9A9CE; --line:#2E1F45;
  --r-sm:8px; --r-md:14px; --r-lg:22px;
  --s-sm:.6rem; --s-md:1.15rem; --s-lg:2.2rem; --s-xl:3.4rem;
  --maxw:1200px;
}
*{box-sizing:border-box}
html,body{overflow-x:clip}
body{margin:0;background:var(--bg);color:var(--text);
  font:16px/1.7 "Segoe UI",Roboto,-apple-system,Arial,sans-serif;-webkit-font-smoothing:antialiased}
img,video,iframe{max-width:100%;height:auto}
a{color:var(--gold)}
h1,h2,h3,h4{line-height:1.2;margin:0 0 .6em}
h1{font-size:clamp(1.85rem,4.2vw,2.9rem)}
h2{font-size:clamp(1.35rem,2.8vw,2rem);margin-top:1.8em}
h3{font-size:clamp(1.08rem,2vw,1.32rem);margin-top:1.4em}
p{margin:0 0 1.05em}
