/* Project Variables v1.0 */

:root {

  --color-branding-primary:#007DB3;
  --color-branding-secondary:#10344B;

  --color-text:##000000;
  --color-link:#007DB3;
  --color-link-hover:#10344B;

  --color-button-text:#ffffff;
  --color-button-border:#007DB3;
  --color-button-background:#007DB3;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#10344B;
  --color-button-background-hover:#10344B;

  --color-top-nav-link:#ffffff;
  --color-top-nav-link-hover:#F5F5F5;

  --color-header-background:#10344B;

  --color-minicart-icon:#007DB3;

  --color-trust-signal-background:#007DB3;
  --color-trust-signal-icon:#ffffff;
  --color-trust-signal-text:#ffffff;;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#FF1A58;
  --color-section-divider-p:;

  --color-page-bottom-background:#10344B;
  --color-footer-background:#0C283A;
  --color-footer-text:#ffffff;
  --color-footer-link:#ffffff;
  --color-footer-link-hover:#ffffff;

  --color-light-gray: #F5F5F5;
  --color-mid-gray: #BCBABA;
  --color-dark-gray: #707070;

  --color-price:#007DB3;
  --color-price-old:#707070;
  --color-price-discount:#000052;

  --color-product-page-description-background:#F5F5F5;

  --color-success-page-background:#0C283A;

  --color-border-lines:#BCBABA;

  --text-small-size: 1.3rem;
  --text-small-line-height: 1.8;

  --text-normal-size: 1.6rem;
  --text-normal-line-height: 1.5;

  --text-h1-size: 4rem;
  --text-h1-line-height:1.2;

  --text-h2-size: 2.4rem;
  --text-h2-line-height: 1.2;

  --text-h3-size: 1.8rem;
  --text-h3-line-height: 1.2;

  --font-weight-normal: normal;
  --font-weight-bold: 600;

  --width-content-max: 128rem;
  --width-content-max-calc: calc(100% - 4rem);

}
