/** Shopify CDN: Minification failed

Line 30:12 Expected identifier but found whitespace
Line 30:41 Unexpected ";"

**/

:root {
    --FONT-STACK-BODY: indivisible, sans-serif;
    --FONT-STYLE-BODY: normal;
    --FONT-WEIGHT-BODY: 400;
    --FONT-WEIGHT-BODY-BOLD: 500;
    --FONT-STACK-HEADING: benton-modern-display, serif;
    --FONT-WEIGHT-HEADING: 300;
    --FONT-STYLE-HEADING: normal;
    --FONT-STACK-SUBHEADING: altesse-std-64pt, sans-serif;
    --FONT-WEIGHT-SUBHEADING: 400;
    --FONT-STYLE-SUBHEADING: normal;
    --FONT-STACK-NAV: indivisible, sans-serif;
    --FONT-WEIGHT-NAV: 300;
    --FONT-WEIGHT-NAV-BOLD: 500;
    --FONT-STYLE-NAV: normal;
    --BTN-FONT-STACK: indivisible, sans-serif;
    --BTN-FONT-WEIGHT: 400;
    --BTN-FONT-STYLE: normal;
}



font-family: benton-modern-display, serif;
font-weight: 300;
font-style: normal;


font-family: altesse-std-64pt, sans-serif;
font-weight: 400;
font-style: normal;

font-family: indivisible, sans-serif;
font-weight: 300;
font-style: normal;

font-family: "indivisible", sans-serif;
font-weight: 400;
font-style: normal;

font-family: indivisible, sans-serif;
font-weight: 400;
font-style: italic;

font-family: "indivisible", sans-serif;
font-weight: 500;
font-style: normal;


