/** Shopify CDN: Minification failed

Line 37:0 Unexpected "{"
Line 37:1 Expected identifier but found "%"
Line 37:29 Expected identifier but found "%"

**/
@font-face {
  font-family: 'Sora';
  src: url('/cdn/shop/files/Sora-Regular.woff2?v=1759728446') format('woff2');
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('/cdn/shop/files/Sora-Medium.woff2?v=1759728446') format('woff2');
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('/cdn/shop/files/Sora-SemiBold.woff2?v=1759728446') format('woff2');
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('/cdn/shop/files/Sora-Bold.woff2?v=1759728446') format('woff2');
  font-weight: 700;
  font-style: normal;
  display: swap;
}

{% comment %} RALEWAY FONTS {% endcomment %}
@font-face {
  font-family: 'Raleway';
  src: url('/cdn/shop/files/Raleway-Regular.woff2?v=1759728446') format('woff2');
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('/cdn/shop/files/Raleway-Medium.woff2?v=1759728446') format('woff2');
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('/cdn/shop/files/Raleway-SemiBold.woff2?v=1759728446') format('woff2');
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('/cdn/shop/files/Raleway-Bold.woff2?v=1759728446') format('woff2');
  font-weight: 700;
  font-style: normal;
  display: swap;
}

/* Apply the Sora font globally to the specified elements */
h1, h2, h3, h4, h5, h6,
p, span, div, ul, ol, li,
a, button, input, select, option,
label, legend, textarea, small {
  font-family: 'Sora', sans-serif !important;
  margin: 0px;
}