/** Shopify CDN: Minification failed

Line 11:12 Unexpected "<"
Line 16:0 All "@import" rules must come first
Line 18:20 Unexpected "<"

**/
/*noto serif font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
}

/*cormorant garamond font*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
}

/*avenir next font*/

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-ExtraLight.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-ExtraLight.woff?v=1754887784') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-Light.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-Light.woff?v=1754887784') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-Regular.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-Regular.woff?v=1754887784') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-Medium.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-Medium.woff?v=1754887784') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-Bold.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-Bold.woff?v=1754887784') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-ExtraBold.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-ExtraBold.woff?v=1754887784') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/cdn/shop/files/Karu-Black.woff2?v=1754887784') format('woff2'),
        url('/cdn/shop/files/Karu-Black.woff?v=1754887784') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


