/** Shopify CDN: Minification failed

Line 72:15 Expected identifier but found whitespace
Line 72:17 Unexpected "{"
Line 72:26 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&display=swap');

/* @font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


@font-face {
  font-family: "Font name";
  src: url("{{ '[font-file-name]' | asset_url }}") format("[font-format]");
}
@font-face {
    font-family: 'Saol Display'; 
  src: url('https://cdn.shopify.com/s/files/1/0652/0818/9172/files/SaolDisplay-LightItalic.woff2?v=1680890446') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0652/0818/9172/files/SaolDisplay-LightItalic.woff?v=1680890446') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Display';
   src: url('https://cdn.shopify.com/s/files/1/0726/3017/4011/files/saol_display_light-webfont.woff2?v=1680879820') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0726/3017/4011/files/saoldisplay-regular1-webfont.woff?v=1680879840') format('woff');
    font-weight: 400; 
    font-display: swap;
}

@font-face {
    font-family: 'Saol Display';
    src: url('https://cdn.shopify.com/s/files/1/0726/3017/4011/files/saoldisplay-regular1-webfont.woff2?v=1680879843') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0726/3017/4011/files/saoldisplay-regular1-webfont.woff?v=1680879840') format('woff');
    font-weight: 500;
    font-display: swap;
}



:root{
  --fontInter : 'Inter', sans-serif;
  --fontSaol : 'Saol Display';
  --text_color: {{settings.text_color}}
}

table { border-collapse:collapse }
@media(max-width:798px){
  .quick_modal_newquick.active-click {
  display: none !important;
}
}
 