/** Shopify CDN: Minification failed

Line 14:14 Expected ")" to end URL token
Line 22:14 Expected ")" to end URL token
Line 31:14 Expected ")" to end URL token
Line 39:14 Expected ")" to end URL token

**/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'Lato-Regular.woff2' | asset_url }}) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url({{ 'Lato-Bold.woff2' | asset_url }}) format('woff2');
}

/* Optionnel : italics */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'Lato-Italic.woff2' | asset_url }}) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url({{ 'Lato-BoldItalic.woff2' | asset_url }}) format('woff2');
}
