/* Media d’Oro design tokens · v1.1 */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/InterVariable.woff2') format('woff2');
}
:root {
  --od-ink: #1b1b19;
  --od-charcoal: #1d1f1e;
  --od-paper: #f8f7f4;
  --od-surface: #fff;
  --od-muted: #74746e;
  --od-line: #dfdfd8;
  --od-gold: #ae8b58;
  --od-soft: #ecebe5;
  --od-success: #5a7048;
  --od-font-display: Inter, Arial, sans-serif;
  --od-font-ui: Inter, Arial, sans-serif;
  --od-type-label: 12px;
  --od-type-caption: 13px;
  --od-type-body: 16px;
  --od-type-price: 21px;
  --od-type-section: clamp(40px, 4.3vw, 64px);
  --od-type-hero: clamp(48px, 5.7vw, 88px);
  --od-space-1: 4px;
  --od-space-2: 8px;
  --od-space-3: 12px;
  --od-space-4: 16px;
  --od-space-6: 24px;
  --od-space-8: 32px;
  --od-space-12: 48px;
  --od-space-16: 64px;
  --od-space-24: 96px;
  --od-radius-surface: 0px;
  --od-radius-pill: 999px;
  --od-content-max: 1440px;
  --od-gutter-desktop: 36px;
  --od-gutter-mobile: 15px;
  --od-card-gap: 18px;
}
