/* Hallmark · macrostructure: Marquee Hero (ported) · tone: luxury-editorial · anchor hue: gold 42°
 * theme: studied-DNA (source: Lovable project dqurator-curated-craft, user's own)
 * paper: hsl(0 0% 100%) · accent: hsl(42 49% 54%) · display: Cormorant Garamond · body: DM Sans
 * studied: yes · diversification: suspended (faithful port of user's own design)
 */

:root {
  /* Colour — ported verbatim from the Lovable project's index.css */
  --color-paper: hsl(0 0% 100%);
  --color-ink: hsl(60 14% 3%);
  --color-gold: hsl(42 49% 54%);
  --color-gold-ink: hsl(0 0% 100%);
  --color-muted: hsl(40 5% 45%);
  --color-surface: hsl(40 20% 96%);
  --color-border: hsl(40 10% 88%);
  --color-dark: hsl(60 14% 3%);
  --color-on-dark: hsl(0 0% 100%);
  --color-on-dark-muted: hsl(0 0% 100% / 0.6);
  --color-on-dark-border: hsl(0 0% 100% / 0.2);
  --color-error: hsl(0 72% 45%);
  --color-focus: hsl(42 49% 44%);
  --color-scrim: hsl(60 14% 3% / 0.4);

  /* Type */
  --font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-display: 7rem;

  /* Space — 4pt scale */
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 5rem;
  --space-5xl: 6rem;

  /* Motion — ported easings and durations */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 0.3s;
  --dur-med: 0.5s;
  --dur-slow: 0.8s;
  --dur-marquee: 30s;

  /* Shape */
  --radius-sm: 2px;
  --radius-md: 4px;
  --rule-hairline: 1px solid var(--color-border);
  --rule-accent: 2px solid var(--color-gold);
}
