/* Ohana Paw Food — design tokens
   Warm aloha terracotta + fresh ocean teal, cream ground, editorial serif display. */
:root {
  /* Color */
  --color-bg: #fbf6ec;
  --color-surface: #ffffff;
  --color-surface-alt: #f3ebdc;
  --color-ink: #2a2119;
  --color-ink-soft: #5c5049;
  --color-ink-faint: #8a7f74;
  --color-accent: #e2692d;
  --color-accent-dark: #b94f1d;
  --color-accent-soft: #f7dcc7;
  --color-secondary: #1e6b65;
  --color-secondary-dark: #14504b;
  --color-secondary-soft: #dcede9;
  --color-line: #e7dac4;
  --color-scrim-start: rgba(20, 15, 10, 0.35);
  --color-scrim-end: rgba(20, 15, 10, 0.86);

  /* Typography */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fs-h1: clamp(2.25rem, 4vw + 1rem, 3.75rem);
  --fs-h2: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
  --fs-h3: clamp(1.2rem, 1vw + 1rem, 1.4rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.9rem;
  --lh-tight: 1.15;
  --lh-normal: 1.65;

  /* Spacing */
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.875rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Layout */
  --container-w: 1180px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 8px rgba(42, 33, 25, 0.08);
  --shadow-md: 0 12px 32px rgba(42, 33, 25, 0.14);
  --shadow-lg: 0 24px 64px rgba(42, 33, 25, 0.22);
}
