/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/


@font-face {
    font-family: 'Mollie glaston';
    src: url('Mollieglaston.woff2') format('woff2'),
        url('Mollieglaston.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


h1, h2, h3, h4, h5, h6 {
   font-family: 'Mollie glaston'!important;
}

p, span, a, li, button, input, textarea {
  font-family: "Inter", sans-serif;
}

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}