/* Hallmark · macrostructure: Split Studio · H2 knobs: ratio=7/5, right=photo, divider=negative-space
 * genre: editorial · theme: custom · vibe: "dourado arquitetônico, rosa preciso, acolhimento local"
 * paper: oklch(96.5% 0.016 72) · accent: oklch(62% 0.14 355)
 * display: Bodoni Moda · body: Manrope · axes: light / roman-serif / chromatic-dusty-pink
 * enrichment: real-business-photography · nav: N9 · footer: Ft1 · context: inferred · v1.1.0
 * Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5
 */

@font-face {
  font-family: "Bodoni Moda";
  src: url("assets/fonts/bodoni-moda.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --color-paper: oklch(96.5% 0.016 72);
  --color-paper-2: oklch(92.5% 0.022 68);
  --color-paper-3: oklch(88% 0.028 62);
  --color-ink: oklch(20% 0.024 34);
  --color-ink-2: oklch(36% 0.026 30);
  --color-rule: oklch(78% 0.028 58);
  --color-rule-2: oklch(86% 0.022 64);
  --color-muted: oklch(48% 0.024 28);
  --color-accent: oklch(62% 0.14 355);
  --color-accent-ink: oklch(16% 0.024 34);
  --color-focus: oklch(58% 0.21 355);
  --color-overlay: oklch(18% 0.025 34 / 0.48);
  --color-selection: oklch(84% 0.07 355);
  --color-shadow: oklch(18% 0.025 34 / 0.14);
  --color-transparent: transparent;

  --font-display: "Bodoni Moda", Didot, Baskerville, serif;
  --font-body: "Manrope", Aptos, "Segoe UI", sans-serif;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-4xl: 3.815rem;
  --text-display-s: clamp(2.75rem, 6vw + 0.8rem, 4.9rem);
  --text-display: clamp(3rem, 7vw + 0.5rem, 5.4rem);

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --page-width: 90rem;
  --measure: 65ch;
  --rule-hairline: 1px;
  --radius-soft: 0.5rem;
  --radius-control: 0.25rem;
  --shadow-raised: 0 1rem 3rem var(--color-shadow);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-focus: 400;
}
