/**
 * Design tokens — single source of truth for theme.json and theme.css.
 * Ported 1:1 from the approved static prototype (design_handoff_teaser/prototype).
 */
:root {
  --ama-font-heading: "Setir Paghoni", serif;
  --ama-font-body: "Manrope", sans-serif;

  --ama-color-bg: #F3EEE3;
  --ama-color-ink: #16302A;
  --ama-color-graphite-1: #2A2C29;
  --ama-color-graphite-2: #3D3D38;
  --ama-color-graphite-3: #4A4A44;
  --ama-color-gold: #B78A2E;

  --ama-color-rule: #D9D0B8;
  --ama-color-hairline: #C9C0A6;
  --ama-color-map-placeholder: #E7E0CC;

  --ama-color-on-dark: #F3EEE3;
  --ama-color-on-dark-muted: #D6D2C4;

  /* Unified size for all structurally-equivalent section headings
     (ama/text, ama/text-media, ama/location lede, ama/enquiry heading). */
  --ama-section-title-size: clamp(42px, 3.3vw, 52px);
  --ama-section-title-line-height: 1.12;

  --ama-hero-heading-size: clamp(52px, 7vw, 108px);
  --ama-facts-number-size: 76px;
}

@media (max-width: 767px) {
  :root {
    --ama-section-title-size: clamp(38px, 10vw, 44px);
    --ama-section-title-line-height: 1.12;
  }
}
