/* Brand sans — Quicksand (client-provided variable font). Rounded, soft geometric sans;
   stands in for the brand's licensed Brandon Grotesque, which shares its rounded terminals. */
@font-face{
font-family:'Quicksand';
src:url('../assets/fonts/Quicksand-VariableFont_wght.ttf') format('truetype-variations'),url('../assets/fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
font-weight:300 700;
font-style:normal;
font-display:swap;
}

/* Display serif — Cormorant Garamond, per brand direction (headings). */
@font-face{
font-family:'Cormorant Garamond';
src:url('../assets/fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype-variations'),url('../assets/fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
font-weight:300 700;
font-style:normal;
font-display:swap;
}
@font-face{
font-family:'Cormorant Garamond';
src:url('../assets/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype-variations'),url('../assets/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
font-weight:300 700;
font-style:italic;
font-display:swap;
}
