/* Hallmark · photographic holding page · calm, credible Krishnaveni teal */
:root {
  --paper: oklch(97% 0.012 88);
  --paper-soft: oklch(91% 0.025 96);
  --ink: oklch(23% 0.026 72);
  --muted: oklch(76% 0.025 88);
  --teal: oklch(66% 0.09 186);
  --overlay: oklch(16% 0.03 175 / 84%);
  --overlay-soft: oklch(16% 0.03 175 / 58%);
  --rule: oklch(91% 0.025 96 / 32%);

  --font-display: Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", sans-serif;

  --s-1: 0.5rem;
  --s-2: 0.75rem;
  --s-3: 1rem;
  --s-4: 1.5rem;
  --s-5: 2rem;
  --s-6: 3rem;
  --s-7: 4.5rem;
  --s-8: 6rem;

  --duration: 180ms;
}
