/* variables.css - design tokens for Victoria Wellness */
:root{
  /* type */
  --font-display:'Italiana', 'Bodoni Moda', Georgia, serif;
  --font-body:'Satoshi', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-logo:'Fraunces', Georgia, serif;

  /* colour */
  --ink:#3a352e;        /* headings / dark text */
  --text:#5a554d;       /* body text */
  --muted:#9c968a;      /* captions, hints */
  --accent:#a8917c;     /* taupe - icon fills, hairline accents */
  --accent-btn:#857247; /* muted antique gold - button fills (white text needs 4.5:1) */
  --accent-ink:#6b5d4f; /* taupe - small accent text (readable) */
  --bg:#ffffff;         /* page */
  --band:#eeece7;       /* the single subtle-grey band */
  --line:#e6e3dc;       /* hairline borders */
  --field:#e8e6df;      /* image placeholders */
  --footer-line:#e6e3dc;

  /* layout */
  --maxw:1180px;
  --gutter:clamp(20px,5vw,40px);
  --radius-card:12px;
  --radius-btn:0;
}
