p { font-weight:400; font-style:normal; }
a { font-weight:500; }
span { font-weight:400; }
:root {
--theme-color-default: #0c0d0d;
--link-color: #043b5c;
--link-color-hover: #595959;
--text-color: #595959;
--price-color: #262626;
--btn-bg: #0c0d0d;
--btn-bg-hover: #262626;
--product-name-color: #0c0d0d;
--product-price-color: #262626;
--product-regular-price-color: #262626;
--product-button-bg: #0c0d0d;
--product-button-bg-hover: #262626;
--on-sale-badge-background: #af4154;
--new-badge-background: #043b5c;
--sale-badge-background: #af4154;
}
