:root {
  --font-sans: "Source Sans 3", "Nunito", system-ui, sans-serif;
  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;

  --accent: #e04070;
  --accent-hover: #c43864;
  --accent-soft: #f9dbdf;
  --gold: #f9c061;
  --accent-contrast: #ffffff;

  --text: #432013;
  --text-muted: #8a6458;
  --surface: #ffffff;
  --surface-soft: #fff5f7;
  --page: #fff9fb;
  --line: #f0c4d0;
  --danger: #c43864;
  --field-bg: #fff9fb;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-full: 999px;

  --space: 8px;
  --pad-card: 28px;
  --field-h: 60px;
  --btn-h: 56px;
  --tap: 44px;
  --appbar-h: 64px;
  --wave-h: 19px;
  --content: 1120px;
  --header-break: 1024px;

  --shadow-card: 0 6px 24px color-mix(in srgb, var(--line) 40%, transparent);
  --overlay: color-mix(in srgb, var(--text) 45%, transparent);
  --hero-overlay: rgba(67, 32, 19, 0.35);
}

@media (min-width: 1024px) {
  :root {
    --appbar-h: 80px;
  }
}
