/** 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;
}

.btn,
.btn:visited{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: fit-content;
  display: block;
  background-color: #7bcbca !important;
  padding: 20px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}


.btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  background-color: transparent !important;
}

.container.narrow{
  max-width: 900px;
}