/* Project Variables v1.0 */

:root {


  --color-branding-primary:#034EA2;
  --color-branding-secondary:#00AB4E;
  --color-branding-tertiary:#CBE6F2;;

  --color-text:#000000;
  --color-link:#034EA2;
  --color-link-hover:#00AB4E;

  --color-button-text:#034EA2;
  --color-button-border:#CBE6F2;
  --color-button-background:#CBE6F2;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#034EA2;
  --color-button-background-hover:#034EA2;

  --color-top-nav-link:#ffffff;
  --color-top-nav-link-hover:#000000;

  --color-header-background:#ffffff;

  --color-minicart-icon:#000000;
  --color-minicart-icon-hover:#034EA2;
  --color-minicart-counter:#034EA2;

  --color-trust-signal-background:#ffffff;
  --color-trust-signal-icon:#00AB4E;
  --color-trust-signal-text:#252628;;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#00479F;
  --color-section-divider-p:#252628;

  --color-page-bottom-background:#ffffff;
  --color-footer-background:#ffffff;
  --color-footer-text:#000000;
  --color-footer-link:#00000;
  --color-footer-link-hover:#034EA2;
  --color-footer-icon:#000000;

  --color-light-gray: #F3F3F3;
  --color-mid-gray: #d1d1d1;
  --color-dark-gray: #707070;

  --color-price:#034EA2;
  --color-price-old:#E11614;
  --color-price-discount:#000000;

  --color-pa-checked: #78b13f;
  --color-pa-answer-checked-bg: #034EA2;
  --color-pa-icon-green: #00AB4E;
  --color-pa-icon-yellow: #E8B831;
  --color-pa-icon-red: #EA2F2F;
  --color-question-highlight: #CBE6F2;

  --color-product-page-description-background:#F5F5F5;
  --color-border-lines:#BCBABA;

  --spacing__rhythmUnit: 1rem;
  --spacing__vertical--1: var(--spacing__rhythmUnit);
  --spacing__vertical--2: calc(2 * var(--spacing__rhythmUnit));
  --spacing__vertical--3: calc(3 * var(--spacing__rhythmUnit));
  --spacing__vertical--half: calc(var(--spacing__rhythmUnit)/2);

  --text-h1-size: 3.2rem;
  --text-h1-line-height:1.3;

  --text-h2-size: 2.4rem;
  --text-h2-line-height: 1.3;

  --text-h3-size: 1.8rem;
  --text-h3-line-height: 1.3;

  --text-h4-size: 1.6rem;
  --text-h4-line-height: 1.4;

  --text-normal-size: 1.6rem;
  --text-normal-line-height: 1.4;

  --text-small-size: 1.1rem;
  --text-small-line-height: 1.4;

  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;


  --width-content-max: 124rem;
  --width-content-max-calc: calc(100% - 4rem);
}


@media only screen and (min-width: 1024px) {

  :root {
    --text-small-size: 1.4rem;
  }

}