@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap');

:root {
  --t-headline-font: 'Cormorant Garamond', Georgia, serif;
  --t-text-font: 'Jost', system-ui, sans-serif;
}

body { font-family: var(--t-text-font); font-weight: 300; }
.tn-atom { font-family: var(--t-text-font); font-weight: 300; }
h1, h2, h3, h4, h5, h6 { font-family: var(--t-headline-font); font-weight: 400; }
.t-btnflex .t-btnflex__text { font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; }