/** Shopify CDN: Minification failed

Line 13:11 Expected ")" to end URL token
Line 21:11 Expected ")" to end URL token
Line 30:11 Expected ")" to end URL token

**/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 200;
  src: 
    url({{ 'Lato-Thin.ttf' | asset_url }}) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: 
    url({{ 'Lato-Light.ttf' | asset_url }}) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: 
    url({{ 'Lato-Regular.ttf' | asset_url }}) format('truetype');
  font-display: swap;
}

h1,
h2 {
  font-family: Cormorant, serif;
  margin: 0 0 20px;
}
h1 {
  font-size: 65px;
  line-height: 70px;
}
h2 {
  font-size: 45px;
  line-height: 45px;
}
h3{
  font-size: 32px;
  line-height: 30px;
}
.subhead{
  font-size: 27px;
  font-family: lato;
}

@media (max-width: 992px){
    h1{ font-size: 32px; line-height: 30px; }
    h2{ font-size: 24px; line-height: 30px; }
}
