@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Quicksand:wght@400;500;600;700&display=swap');
:root{
--font-display:'Cormorant Garamond',Georgia,serif;
--font-body:'Quicksand','Segoe UI',sans-serif;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
--text-display-xl:clamp(3rem,2.4rem + 2.5vw,5.5rem);/* @kind other */
--text-display-l:clamp(2.25rem,1.9rem + 1.5vw,3.75rem);/* @kind other */
--text-display-m:clamp(1.75rem,1.55rem + 0.8vw,2.5rem);/* @kind other */
--text-heading-l:1.875rem;
--text-heading-m:1.5rem;
--text-heading-s:1.25rem;
--text-body-l:1.125rem;
--text-body-m:1rem;
--text-body-s:0.875rem;
--text-caption:0.75rem;
--leading-tight:1.1;
--leading-snug:1.3;
--leading-normal:1.55;
--tracking-wide:0.04em;
--tracking-wider:0.08em;
}
