/** Shopify CDN: Minification failed

Line 38:2 Unexpected "{"
Line 38:3 Expected identifier but found "%"
Line 40:2 Unexpected "{"
Line 40:3 Expected identifier but found "%"
Line 45:2 Unexpected "{"
Line 45:3 Expected identifier but found "%"
Line 47:2 Unexpected "{"
Line 47:3 Expected identifier but found "%"

**/
/* Fonts */
@font-face {
  font-family: 'Euclid Square Light';
  src: url('{{ "EuclidSquare-Light.woff2" | asset_url }}') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Square Regular';
  src: url('{{ "EuclidSquare-Regular.woff2" | asset_url }}') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Square Medium';
  src: url('{{ "EuclidSquare-Medium.woff2" | asset_url }}') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Override heading font */
body {
  {% if settings.type_heading_font.family == "Roboto" %}
    --font-heading-family: 'Euclid Square Regular', sans-serif;
  {% endif %}
}

/* Override body font */
body {
  {% if settings.type_body_font.family == "Roboto" %}
    --font-body-family: 'Euclid Square Regular', sans-serif;
  {% endif %}
}