/* Hallmark · genre: modern-minimal · theme: Coral · design-system: design.md */

:root {
  /* ============ Colors ============ */
  --color-paper: oklch(98% 0.004 60);
  --color-paper-2: oklch(96% 0.006 60);
  --color-paper-3: oklch(94% 0.008 60);
  --color-ink: oklch(15% 0.006 60);
  --color-ink-2: oklch(45% 0.008 60);
  --color-accent: oklch(65% 0.18 30);
  --color-accent-2: oklch(55% 0.15 30);
  --color-rule: oklch(91% 0.006 60);
  --color-focus: oklch(65% 0.18 30);

  /* ============ Typography ============ */
  --font-display: 'Geist', 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Geist', 'Inter', system-ui, -apple-system, sans-serif;
  --font-label: 'JetBrains Mono', 'SF Mono', monospace;

  /* ============ Spacing ============ */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  /* ============ Type Scale ============ */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-display: clamp(2.5rem, 5vw + 0.5rem, 4.75rem);

  /* ============ Easings ============ */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

  /* ============ Durations ============ */
  --dur-short: 150ms;
  --dur-medium: 200ms;

  /* ============ Radius ============ */
  --radius-card: 12px;
  --radius-pill: 999px;
  --radius-input: 8px;

  /* ============ Shadows ============ */
  --shadow-sm: 0 1px 2px oklch(15% 0.006 60 / 0.05);
  --shadow-md: 0 4px 12px oklch(15% 0.006 60 / 0.08);
  --shadow-lg: 0 8px 24px oklch(15% 0.006 60 / 0.1);

  /* ============ Page Layout ============ */
  --page-max: 1200px;
  --page-gutter: 1.5rem;
  --section-gap: 5rem;
}
