/* Hallmark · route: custom (bespoke) · structure: image-led house splash · idea: "photo holds the life, type names the house"
 * paper: oklch(13% 0.012 80) · accent-gold: #c6a15b · accent-olo: #00ffcc
 * display: Fraunces · body: Sora · axes: dark / roman-serif / chromatic-other (gold+olo)
 * studied: yes · DNA-source: url · source-url: https://maisonauge.com/
 * vibe: "parent house, golden hour, two-tone restraint"
 */
:root {
  --color-paper: #0d0c0a;
  --color-paper-2: #161412;
  --color-ink: #f4efe4;
  --color-ink-2: #9a9184;
  --color-gold: #c6a15b;
  --color-gold-2: #e8d5a3;
  --color-gold-deep: #8a6a2f;
  --color-olo: #00ffcc;
  --color-olo-ink: #0d0c0a;
  --color-hair: rgba(198, 161, 91, 0.28);
  --color-olo-hair: rgba(0, 255, 204, 0.42);
  --font-display: "Fraunces", "Palatino Linotype", Palatino, serif;
  --font-ui: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --space-50: 4px;
  --space-75: 8px;
  --space-100: 12px;
  --space-200: 16px;
  --space-300: 24px;
  --space-400: 32px;
  --space-500: 40px;
  --space-600: 48px;
  --space-700: 64px;
  --space-800: 80px;
  --space-900: 96px;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 30px;
  --text-4xl: 36px;
  --ease-out: cubic-bezier(0.32, 0.72, 0, 1);
  --dur: 700ms;
}
