/** Shopify CDN: Minification failed

Line 21:14 Expected ")" to end URL token
Line 29:14 Expected ")" to end URL token
Line 37:14 Expected ")" to end URL token
Line 45:14 Expected ")" to end URL token
Line 53:14 Expected ")" to end URL token
Line 61:14 Expected ")" to end URL token
Line 69:14 Expected ")" to end URL token
Line 77:14 Expected ")" to end URL token
Line 85:14 Expected ")" to end URL token
Line 93:14 Expected ")" to end URL token
... and 5 more hidden warnings

**/
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'fonts/PlayfairDisplay-Regular.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url({{ 'fonts/PlayfairDisplay-Medium.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url({{ 'fonts/PlayfairDisplay-SemiBold.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url({{ 'fonts/PlayfairDisplay-Bold.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'fonts/CormorantGaramond-Regular.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url({{ 'fonts/CormorantGaramond-Medium.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url({{ 'fonts/CormorantGaramond-SemiBold.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url({{ 'fonts/CormorantGaramond-Bold.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url({{ 'fonts/Poppins-Light.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'fonts/Poppins-Regular.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url({{ 'fonts/Poppins-Medium.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url({{ 'fonts/Poppins-SemiBold.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'fonts/CrimsonText-Regular.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url({{ 'fonts/CrimsonText-SemiBold.ttf' | asset_url }}) format('truetype');
}

@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url({{ 'fonts/CrimsonText-Italic.ttf' | asset_url }}) format('truetype');
}



