/* Hallmark · component: broker cover proof · genre: editorial · theme: Renewal Season
 * states: static proof · contrast: pass
 */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 */
:root {
  --color-green: oklch(35.5% 0.054 151);
  --color-green-dark: oklch(26.7% 0.043 151);
  --color-sage: oklch(52.8% 0.071 151);
  --color-sage-dark: oklch(42.8% 0.061 151);
  --color-cream: oklch(96.2% 0.018 93);
  --color-cream-deep: oklch(93.1% 0.028 91);
  --color-cream-bright: oklch(98% 0.012 93);
  --color-gold: oklch(65.8% 0.125 77);
  --color-gold-hover: oklch(61.5% 0.103 82);
  --color-clay: oklch(50.2% 0.115 29);
  --color-ink: oklch(27.8% 0.014 150);
  --color-muted: oklch(46.5% 0.021 140);
  --color-line: oklch(85.4% 0.022 91);
  --color-sage-pale: oklch(87.5% 0.043 143);
  --color-sage-faint: oklch(78.6% 0.036 141);
  --color-shadow: oklch(26.7% 0.043 151 / 0.24);
  --color-focus: oklch(50% 0.13 55);
  --color-accent-ink: var(--color-green-dark);

  --green: var(--color-green);
  --green-dark: var(--color-green-dark);
  --sage: var(--color-sage);
  --sage-dark: var(--color-sage-dark);
  --cream: var(--color-cream);
  --cream-deep: var(--color-cream-deep);
  --gold: var(--color-gold);
  --clay: var(--color-clay);
  --ink: var(--color-ink);
  --muted: var(--color-muted);
  --line: var(--color-line);

  --font-display: "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;

  --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;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-sm: 0.8rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;

  --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);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hairline: 1px;
  --radius-sm: 0.375rem;
  --radius-md: 0.875rem;
}
