@import url("https://use.typekit.net/wco7mkj.css");

:root {
    --theme-primary-font: "exo-2-variable", sans-serif; 
    --wght-light: "wdth" 100, "wght" 300;
    --wght-regular: "wdth" 100, "wght" 400;
    --wght-medium: "wdth" 100, "wght" 500;
    --wght-semibold: "wdth" 100, "wght" 600;
    --wght-bold: "wdth" 100, "wght" 700;
    --wght-extrabold: "wdth" 100, "wght" 800;
    --wght-black: "wdth" 100, "wght" 900;
}

.theme-primary-font {
    font-family: var(--theme-primary-font)!important;
}
.wght-light {
    font-variation-settings: var(--wght-light)!important;
}
.wght-regular {
    font-variation-settings: var(--wght-regular)!important;
}
.wght-medium {
    font-variation-settings: var(--wght-medium)!important;
}
.wght-semibold {
    font-variation-settings: var(--wght-semibold)!important;
}
.wght-bold {
    font-variation-settings: var(--wght-bold)!important;
}
.wght-extrabold {
    font-variation-settings: var(--wght-extrabold)!important;
}
.wght-black {
    font-variation-settings: var(--wght-black)!important;
}

@font-face {
    font-family: "WooCommerce";
    src: url("/fonts/woocommerce-font.woff2") format("woff2"),
         url("/fonts/woocommerce-font.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
.woocommerce-font {
    font-family: "WooCommerce", sans-serif;
}