/* Headline: Urge Text Bold Italic */
@font-face {
  font-family: 'Cormorand Garamond Bold Italic';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
#page h1, #page h2, #page h1 a, #page h2 a, #page h3, #page h3 a, #page .headline, #page .swbrand {
  font-family: 'Urge Text Bold Italic', 'Cormorand Garamond Bold Italic', sans-serif;
}

/* Subheadline: DINosaur Medium */
@font-face {
  font-family: 'Oswald Medium';
  src: url('../fonts/Oswald/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#page .sub-headline {
    font-family: 'DINosaur Medium', 'Oswald Medium', sans-serif;
}

/* Body Copy: Aaux Next Medium */
@font-face {
  font-family: 'Lora Medium';
  src: url('../fonts/Lora/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#page p, #page a, #page li, #page div {
  font-family: 'Aaux Next Medium', 'Lora Medium', sans-serif;
}

/* Callouts: Confiteria Script Regular */
@font-face {
  font-family: 'Oswald Italic';
  src: url('../fonts/Oswald/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#page .callout {
    font-family: 'Confiteria Script Regular', 'Oswald Italic', sans-serif;
}