
:root{
  --bg:#f6f6f4;
  --surface:#ffffff;
  --surface-2:#efefec;
  --surface-3:#e8e8e4;
  --text:#111216;
  --muted:#666a72;
  --muted-2:#858991;
  --line:#dedfdf;
  --line-strong:#c9cbcb;
  --brand:#e31b2b;
  --brand-strong:#bd1321;
  --brand-soft:#fff0f1;
  --ink:#0d0f12;
  --ink-2:#16181d;
  --shadow:0 28px 70px rgba(13,15,18,.08);
  --shadow-sm:0 12px 36px rgba(13,15,18,.06);
  --radius:20px;
  --radius-sm:12px;
  --container:1320px;
  --header-h:86px;
  --section-y:120px;
  --ease:cubic-bezier(.2,.75,.25,1);
}
html[data-theme="dark"]{
  --bg:#0a0b0e;
  --surface:#111318;
  --surface-2:#17191f;
  --surface-3:#1f2229;
  --text:#f4f4f1;
  --muted:#a3a7af;
  --muted-2:#838791;
  --line:#2a2d34;
  --line-strong:#3a3e47;
  --brand:#ff3948;
  --brand-strong:#ff5a66;
  --brand-soft:#2b1117;
  --ink:#f4f4f1;
  --ink-2:#ffffff;
  --shadow:0 30px 80px rgba(0,0,0,.34);
  --shadow-sm:0 12px 34px rgba(0,0,0,.24);
}
