/* Hallmark · genre: modern-minimal · macrostructure: Catalogue · theme: Coral · enrichment: none · nav: three functional tabs · footer: omitted by product scope */
:root {
  --color-paper: oklch(97% 0.011 70);
  --color-paper-2: oklch(93% 0.016 70);
  --color-paper-3: oklch(88% 0.022 70);
  --color-ink: oklch(25% 0.018 45);
  --color-ink-2: oklch(39% 0.020 45);
  --color-muted: oklch(52% 0.018 45);
  --color-rule: oklch(82% 0.018 65);
  --color-rule-strong: oklch(68% 0.032 55);
  --color-accent: oklch(60% 0.165 35);
  --color-accent-ink: oklch(98% 0.006 70);
  --color-focus: oklch(49% 0.175 35);
  --color-success: oklch(46% 0.115 155);
  --color-success-paper: oklch(92% 0.040 155);
  --color-error: oklch(51% 0.175 28);
  --color-error-paper: oklch(94% 0.035 28);
  --color-camera: oklch(22% 0.014 45);
  --color-camera-ink: oklch(84% 0.018 65);

  --font-display: "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-mono: "DM Mono", monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.5rem;
  --text-xl: 2rem;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --rule: 1px;
  --dur-micro: 120ms;
  --dur-short: 180ms;
  --dur-long: 280ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}
