/* NOVAIRE design tokens — single source of truth (Design System v1 + MVP v0.6 styles.css).
   Typography uplifted per Design QA v1: no UI text below 11px, body 15px. */
:root{
  --paper:#FCFAF6;--sand:#F5F1EA;--taupe:#C9B9A8;--line:#D8D0C7;--ink:#171513;--bronze:#8A654E;--muted:#716B65;
  --success:#2F7A4F;--info:#4C6A86;--warning:#B08A46;--danger:#8B3A3A;
  --serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --s1:4px;--s2:8px;--s3:16px;--s4:24px;--s5:32px;--s6:48px;--s7:64px;--s8:96px;
  --max:1480px;--gutter:24px;--header-h:70px;
  --shadow:0 16px 50px rgba(23,21,19,.12);
  --fs-label:11px;--fs-small:12px;--fs-body:15px;--fs-lead:18px;
  --fs-display-md:clamp(34px,4vw,44px);--fs-display-lg:clamp(48px,6vw,90px);--fs-display-xl:clamp(56px,7vw,112px);
  --focus:2px solid var(--bronze);
  --t-fast:160ms;--t-med:260ms;
}
@font-face{font-family:"Playfair Display";src:url(../nov-fonts/PlayfairDisplay-VF.woff2) format("woff2");font-weight:400 900;font-style:normal;font-display:swap}
@font-face{font-family:"Playfair Display";src:url(../nov-fonts/PlayfairDisplay-Italic-VF.woff2) format("woff2");font-weight:400 900;font-style:italic;font-display:swap}
@font-face{font-family:"Inter";src:url(../nov-fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"Inter";src:url(../nov-fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:"Inter";src:url(../nov-fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-display:swap}
