/** Shopify CDN: Minification failed

Line 29:30 Unterminated string token
Line 35:30 Unterminated string token

**/
/****** IvyMode Font *****/

@font-face {
    font-family: 'IvyMode';
    src: url('/cdn/shop/files/IvyMode-Light-Italic.woff?v=1751007332') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Styrene B';
    src: url('/cdn/shop/files/StyreneB-Regular.woff?v=1751007596') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Styrene B';
    src: url('/cdn/shop/files/StyreneB-Medium.woff?v=1751007596') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: ''Styrene B';
    src: url('/cdn/shop/files/StyreneB-Light.woff?v=1751007596') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: ''Styrene B';
    src: url('/cdn/shop/files/StyreneB-Light_05ab9e0f-bde8-4022-8d3b-4cbc0c4202e6.woff?v=1751341359') format('woff');
    font-weight: 500;
    font-display: swap;
}





body {
     font-family: 'Styrene B', sans-serif;
     -webkit-font-smoothing: antialiased;
     /* For WebKit (Safari/Chrome) */
     -moz-osx-font-smoothing: grayscale;
     /* For macOS Firefox */
     font-smooth: always;
     /* Generic */
     text-rendering: optimizeLegibility;
}


h1,
h2,
h3 {
     font-family: 'IvyMode', sans-serif;
}

*:focus-visible {
    outline: unset;
    outline-offset: none;
    box-shadow: none;
}

*:focus {
    outline: unset;
    box-shadow: none;
}