/* assets/css/tokens.css */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');

:root{ --font:"Be Vietnam Pro",-apple-system,system-ui,"Segoe UI",Roboto,sans-serif; --maxw:1180px; --r:14px; }

[data-theme="light"]{
  --bg:#f3f6f4;--bg-2:#ffffff;--surface:#ffffff;--surface-2:#eef3f0;
  --text:#27362e;--text-muted:#5c6c63;--heading:#12294a;
  --brand:#0f5a3c;--brand-2:#13294b;--brand-soft:rgba(15,90,60,.10);
  --border:#e1e8e3;--btn-text:#ffffff;--shadow:0 24px 60px rgba(19,41,75,.13);
  --header-bg:rgba(255,255,255,.8);
  --hero-ov:linear-gradient(180deg,rgba(8,26,18,.42) 0%,rgba(9,28,19,.82) 100%);--hero-accent:#ecc879;
  --band-ov:linear-gradient(rgba(9,28,19,.82),rgba(9,28,19,.9));--gold:#c79a3a;
}
[data-theme="dark"]{
  --bg:#0c1310;--bg-2:#0a1410;--surface:#13201a;--surface-2:#16271e;
  --text:#e9efeb;--text-muted:#9fb3a8;--heading:#ffffff;
  --brand:#a4f06f;--brand-2:#2f9e5f;--brand-soft:rgba(164,240,111,.13);
  --border:#23362b;--btn-text:#0c1310;--shadow:0 24px 60px rgba(0,0,0,.5);
  --header-bg:rgba(12,19,16,.72);
  --hero-ov:linear-gradient(180deg,rgba(7,11,9,.42) 0%,rgba(7,11,9,.86) 100%);--hero-accent:#a4f06f;
  --band-ov:linear-gradient(rgba(7,11,9,.78),rgba(7,11,9,.88));
}
/* Mac dinh khi chua co data-theme: dung light */
html:not([data-theme]){ color-scheme: light; }
