/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 39:0 Unexpected "{"
Line 39:1 Expected identifier but found "%"

**/
{% style %}
  @font-face {
    font-family: 'Bomstad Display Bold';
    src: url('{{ "bomstad-display-bold.woff2" | asset_url }}') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Bomstad Display Light';
    src: url('{{ "bomstad-display-light.woff2" | asset_url }}') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Loos Condensed';
    src: url('{{ "loos-light-condensed.woff2" | asset_url }}') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  :root {
    --font-bomstad-display-light: 'Bomstad Display Light', sans-serif;
    --font-bomstad-display-bold: 'Bomstad Display Bold', sans-serif;
    --font-loos-condensed: 'Loos Condensed', sans-serif;
  }
{% endstyle %}