/* Generated from theme.json — do not edit by hand */


:root {
  --primary: #45697d;
  --primary-dark: #324e5d;
  --primary-light: #f0f5f7;
  --sage: #8a9a8b;
  --sage-dark: #4c614e;
  --cream: #faf8f5;
  --off-white: #f3f0eb;
  --white: #ffffff;
  --charcoal: #282828;
  --text-muted: #5c5c5c;
  --accent: #8a9a8b;
  --border: #e5e1da;
  --navy: #1a2332;
  --error: #c0392b;
  --font-display: "Bodoni Moda", Georgia, serif;
  --font-sans: "Montserrat", sans-serif;
  --font-script: "Caveat", cursive;
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-soft: 0 8px 32px rgba(26, 26, 26, 0.06);
  --shadow-card: 0 4px 24px rgba(26, 26, 26, 0.08);
  --max-width: 1280px;
  --section-pad: clamp(5rem, 10vw, 9rem);
}

