/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 13:1 Expected identifier but found "%"
Line 27:0 Unexpected "{"
Line 27:1 Expected identifier but found "%"
Line 28:0 Unexpected "{"
Line 28:1 Expected identifier but found "%"
Line 32:0 Unexpected "{"
Line 32:1 Expected identifier but found "%"

**/
{% if settings.custom_header_font_family == 'Neue Haas Grotesk Display' %}
  h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Neue Haas Grotesk Display', sans-serif !important;
  }
{% endif %}
{% if settings.custom_body_font_family == 'Neue Haas Grotesk Display' %}
  body, p, a, li, span {
    font-family: 'Neue Haas Grotesk', sans-serif !important;
  }
{% endif %}
/* Neue Haas Grotesk Text */
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('{{ "NeueHaasGroteskText-Regular.woff2" | file_url }}') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('{{ "NeueHaasGroteskText-Bold.woff2" | file_url }}') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('{{ "NeueHaasGroteskText-Italic.woff2" | file_url }}') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('{{ "NeueHaasGroteskText-BoldIta.woff2" | file_url }}') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('{{ "NeueHaasGroteskText-MedItal.woff2" | file_url }}') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('{{ "NeueHaasGroteskText-Medium.woff2" | file_url }}') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Neue Haas Grotesk Display (más fina) */
@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('{{ "NeueHaasGroteskDisplay-Thlt.woff2" | file_url }}') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('{{ "NeueHaasGroteskDisplay-SmLtlt.woff2" | file_url }}') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display';
  src: url('{{ "NeueHaasGroteskDisplay-SemLt.woff2" | file_url }}') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
