/** Shopify CDN: Minification failed

Line 17:14 Expected ")" to end URL token
Line 18:14 Expected ")" to end URL token
Line 27:14 Expected ")" to end URL token
Line 28:14 Expected ")" to end URL token
Line 35:14 Expected ")" to end URL token
Line 36:14 Expected ")" to end URL token

**/
/* --- Headline Font: Cormorant Garamond --- */
@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
  src: url({{ 'CormorantGaramond-Bold.woff2' | asset_url }}) format("woff2"),
       url({{ 'CormorantGaramond-Bold.woff' | asset_url }}) format("woff");
}

/* --- Body Font: Lato --- */
@font-face {
  font-family: "Lato";
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
  src: url({{ 'Lato-Regular.woff2' | asset_url }}) format("woff2"),
       url({{ 'Lato-Regular.woff' | asset_url }}) format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
  src: url({{ 'Lato-Bold.woff2' | asset_url }}) format("woff2"),
       url({{ 'Lato-Bold.woff' | asset_url }}) format("woff");
}