:root {
  --color-paper: #030f24;
  --color-paper-2: #0a1c36;
  --color-paper-3: #15325c;
  --color-surface: #0a1c36;
  --color-ink: #dae6f2;
  --color-ink-2: #ffffff;
  --color-rule: #15325c;
  --color-rule-2: #224978;
  --color-muted: #7b94b0;
  --color-neutral: #9bb0c7;
  --color-accent: #d4af37;
  --color-accent-strong: #f3d070;
  --color-accent-ink: #030f24;
  --color-focus: #6ea8ff;
  --color-success: oklch(50% 0.125 150);
  --color-error: oklch(56% 0.190 28);
  --color-whatsapp: oklch(48% 0.135 150);
  --color-hero-overlay: #030f24;
  --color-image-shadow: #010916;

  --font-display: "Vogue", "Marcellus", "Cormorant Garamond", ui-serif, Georgia, serif;
  --font-body: "Manrope", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  --font-outlier: "Marcellus", ui-serif, Georgia, serif;
  --display-weight: 400;
  --body-weight: 400;
  --tracking-display: -0.018em;
  --tracking-label: 0.105em;

  --text-xs: 0.875rem;
  --text-sm: 1rem;
  --text-base: 1.125rem;
  --text-md: 1.3125rem;
  --text-lg: 1.5rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-display-s: clamp(2.6rem, 5vw, 4.5rem);
  --text-display: clamp(3rem, 6.5vw, 5.25rem);

  --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: 3rem;
  --space-3xl: 5rem;
  --space-4xl: 7rem;

  --page-gutter: clamp(1rem, 5vw, 5rem);
  --content-max: 90rem;
  --reading-max: 68ch;
  --control-height: 3rem;

  --rule-hair: 1px;
  --rule-fine: 2px;
  --radius-card: 0.375rem;
  --radius-input: 0.25rem;
  --radius-pill: 999px;
  --shadow-card: 0 1px 2px oklch(16% 0.040 257 / 0.08);
  --shadow-sticky: 0 1rem 3rem oklch(16% 0.040 257 / 0.12);

  --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-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
