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

:root {
    --font-family: "acumin-variable";

    --default-font-size: 12pt;
    --default-border-radius: 5px;

    --background-color: #ffffff;
    --top-navbar-background-color: #333333;
    --top-navbar-navitem-color: #f5f2e4;
    --top-navbar-navitem-color-focus: #e7c7ba;
    --top-navbar-navitem-color-active: #d0907b;
    --bottom-navbar-background-color: #333333;
    --bottom-navbar-border-color: #c0c0c0;
    --bottom-navbar-text-color: #f5f2e4;
    --bottom-navbar-navitem-color-focus: #e7c7ba;
    --product-thumbnail-border-color: #f5f2e4;
    --product-thumbnail-border-color-hover: #c0c0c0;
    --product-thumbnail-title-color: #333333;
    --product-thumbnail-text-color: #333333;
    --product-thumbnail-price-color: #a42523;
    --product-title-color: #333333;
    --product-text-color: #838383;
    --product-price-color: #a42523;
    --checkout-price-color: #333333;
    --checkout-step-text-color: #333333;
    --checkout-step-background-color-active: #333333;
    --checkout-step-text-color-active: #f5f2e4;
    --link-color: #c0c0c0;
    --link-color-focus: #a42523;
    --header-color: #333333;
    --text-default-color: #333333;
    --addtocart-button-text-color: #f5f2e4;
    --addtocart-button-text-color-hover: #f5f2e4;
    --addtocart-button-background-color: #333333;
    --addtocart-button-background-color-hover: #a42523;
    --addtocart-button-border-color: #f5f2e4;
    --addtocart-button-border-color-hover: #f5f2e4;
    --primary-button-text-color: #f5f2e4;
    --primary-button-text-color-hover: #f5f2e4;
    --primary-button-background-color: #333333;
    --primary-button-background-color-hover: #333333;
    --primary-button-border-color: #333333;
    --primary-button-border-color-hover: #333333;
}
