:root{
  --bg: #F1EADA;
  --surface: #F3EDDD;
  --surface-2: #EAE2CC;
  --fg: #1C1A15;
  --muted: #6E6755;
  --line: #E2D9C4;
  --line-strong: #C6BB9E;
  --accent: #1F2B48;
  --accent-dark: #141D33;
  --accent-wash: #E4DECB;
  --on-accent: #F1EADA;
  --price-color: #1F2B48;
  --ok: #4E7A4E;
  --error: #B0452F;
  --font-display: 'Cormorant Garamond',Georgia,serif;
  --font-text: 'Jost',system-ui,sans-serif;
  --font-mono: 'IBM Plex Mono',ui-monospace,Menlo,monospace;
  --r-card: 0px;
  --r-btn: 0px;
  --r-field: 10px;
  --r-chip: 999px;
  --gap: 34px;
  --section-pad: 92px;
  --hero-pad: 124px;
  --grid: 3;
  --display-scale: 1.0;
  --price-scale: 1.0;
  --card-ratio: 1 / 1;
  --t-fast: 160ms;
  --t-base: 260ms;
  --t-slow: 560ms;
  --t-drift: 900ms;
  --ease-out: cubic-bezier(.25,.8,.25,1);
  --ease-inout: cubic-bezier(.77,0,.18,1);
  --ease-spring: cubic-bezier(.25,.8,.25,1);
}
