/* Identidad Roberto · oso negro y estructura dorada */
:root {
  --color-paper: oklch(98% 0.012 92);
  --color-paper-2: oklch(95% 0.025 92);
  --color-paper-3: oklch(90% 0.045 90);
  --color-ink: oklch(18% 0.012 92);
  --color-ink-2: oklch(39% 0.018 92);
  --color-accent: oklch(76% 0.14 86);
  --color-accent-deep: oklch(52% 0.12 84);
  --color-accent-soft: oklch(91% 0.065 88);
  --color-rule: oklch(80% 0.04 90);
  --color-focus: oklch(58% 0.15 84);
  --color-success: oklch(49% 0.09 155);
  --color-warning: oklch(58% 0.13 84);
  --color-white: oklch(99.5% 0.004 92);
  --color-overlay: oklch(18% 0.012 92 / 0.62);
  --color-hero-shield: oklch(18% 0.012 92 / 0.97);
  --font-display: "Bodoni Moda", "Times New Roman", serif;
  --font-body: "Manrope", sans-serif;
  --font-label: "Manrope", sans-serif;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 5rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-display: clamp(3rem, 8vw, 7.5rem);
  --rule-hair: 1px;
  --radius-sm: 0.25rem;
  --dur-short: 160ms;
  --dur-medium: 280ms;
  --dur-long: 420ms;
  --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);
}
