@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{
  --font-display:'Cormorant Garamond', 'Times New Roman', serif; /* substitute — see readme */
  --font-body:'Manrope', -apple-system, 'Segoe UI', sans-serif; /* substitute for Gilroy — see readme */

  --tracking-wordmark:0.28em;
  --tracking-label:0.18em;
  --tracking-tight:-0.01em;

  --text-display-1:clamp(2.75rem, 2rem + 3vw, 5rem); /* @kind other */
  --text-display-2:clamp(2.25rem, 1.75rem + 2vw, 3.5rem); /* @kind other */
  --text-h1:2.5rem;
  --text-h2:1.75rem;
  --text-h3:1.375rem;
  --text-body-lg:1.125rem;
  --text-body:1rem;
  --text-small:0.875rem;
  --text-micro:0.75rem;

  --leading-tight:1.08;
  --leading-snug:1.3;
  --leading-normal:1.6;
  --leading-relaxed:1.75;
}
