:root {
  --color-bg: #080706;
  --color-text: #f5f3ee;
  --color-muted: rgba(245, 243, 238, 0.7);

  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", Arial, sans-serif;

  --title-size: clamp(4.25rem, 11vw, 9.5rem);
  --discipline-size: clamp(0.82rem, 1.15vw, 1rem);
  --statement-size: clamp(0.95rem, 1.25vw, 1.15rem);

  --title-tracking: 0.17em;
  --small-tracking: 0.26em;

  --space-lg: 3rem;
  --space-xl: 5rem;

  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --intro-duration: 1800ms;
}
