:root
{
   --font-family: "Roboto Mono";
   --background-color: #ffffff;
   --top-navbar-background-color: #f9f9f9;
   --top-navbar-navitem-color: #2f2f2f;
   --top-navbar-navitem-color-focus: #7b170f;
   --top-navbar-navitem-color-active: #7b170f;
   --bottom-navbar-background-color: #2f2f2f;
   --bottom-navbar-border-color: #7b170f;
   --bottom-navbar-text-color: #ffffff;
   --bottom-navbar-navitem-color-focus: #cccccc;
   --product-thumbnail-border-color: #efefef;
   --product-thumbnail-border-color-hover: #cccccc;
   --product-thumbnail-title-color: #7b170f;
   --product-thumbnail-text-color: #666666;
   --product-thumbnail-price-color: #7b170f;
   --product-title-color: #7b170f;
   --product-text-color: #25316d;
   --product-price-color: #7b170f;
   --checkout-price-color: #7b170f;
   --checkout-step-text-color: #25316d;
   --checkout-step-background-color-active: #f9f9f9;
   --checkout-step-text-color-active: #7b170f;
   --link-color: #c72418;
   --link-color-focus: #7b170f;
   --header-color: #7b170f;
   --text-default-color: #25316d;
   --addtocart-button-text-color: #ffffff;
   --addtocart-button-text-color-hover: #ffffff;
   --addtocart-button-background-color: #c72418;
   --addtocart-button-background-color-hover: #7b170f;
   --addtocart-button-border-color: #c72418;
   --addtocart-button-border-color-hover: #7b170f;
   --primary-button-text-color: #ffffff;
   --primary-button-text-color-hover: #ffffff;
   --primary-button-background-color: #c72418;
   --primary-button-background-color-hover: #7b170f;
   --primary-button-border-color: #c72418;
   --primary-button-border-color-hover: #7b170f;
}
