/* Self-hosted webfonts for zero-flash, stable first paint.
 * Drop the .woff2 files into this folder with the filenames below.
 * If you prefer static weights instead of variable fonts, add more @font-face
 * blocks with specific font-weight values and update the URLs accordingly.
 */

/* Cormorant Garamond (variable TTF) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src:
    local("Cormorant Garamond"),
    url("/assets/fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype");
}

/* Lato Regular (static TTF) */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
    local("Lato Regular"), local("Lato-Regular"), local("Lato"),
    url("/assets/fonts/Lato-Regular.ttf") format("truetype");
}

/* Lato Bold (static TTF) */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src:
    local("Lato Bold"), local("Lato-Bold"), local("Lato"),
    url("/assets/fonts/Lato-Bold.ttf") format("truetype");
}

/* If you add italic or additional ranges, add more @font-face entries. */
