@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
:root{
--font-serif:'Cormorant Garamond',ui-serif,Georgia,serif;
--text-display-1:103px;
--text-display-2:80px;
--text-display-3:64px;
--text-subtitle-1:58px;
--text-subtitle-2:44px;
--text-subtitle-3:34px;
--text-body-lg:22px;
--text-body:18px;
--text-body-sm:16px;
--text-label:16px;
--text-label-sm:14px;
--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--leading-tight:1.05;
--leading-snug:1.2;
--leading-normal:1.5;
--leading-relaxed:1.7;
--tracking-tight:-0.01em;
--tracking-normal:0;
--tracking-label:0.14em;
--tracking-wide:0.2em;
}
