/** Shopify CDN: Minification failed

Line 10:14 Expected ")" to end URL token
Line 18:14 Expected ")" to end URL token
Line 24:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'Satoshi';
  src: url({{ "Satoshi-Medium.woff2" | asset_url }}) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url({{ "Satoshi-Bold.woff2" | asset_url }}) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,700&display=swap');