/* bennemecek.com design tokens
   Design direction: "The Horizon" (chosen 2026-07-31).
   Minimalist stone-and-sage, Archivo display, handwritten sage notes,
   fanned guide shelf, Tulsa skyline line drawing on the horizon. */

:root {
  --bg: #F5F5F1;
  --surface: #FFFFFF;
  --ink: #262A27;
  --muted: #6B716C;
  --accent: #6E7F63;
  --accent-dark: #56644C;
  --accent-light: #A9BA9C;
  --hairline: #E2E2DC;
  --skyline: #97A18C;
  --footer-bg: #262A27;
  --footer-text: #C9CCC7;

  --font-display: "Archivo", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-hand: "Caveat", cursive;
  --max-width: 1060px;
}
