/* Project Variables v1.0 */

:root {

  --color-branding-primary:#1A93B1;
  --color-branding-secondary:#F08200;
  --color-branding-tertiary:#E5F6FA;;

  --color-text:#3C3428;
  --color-link:#000052;
  --color-link-hover:#17656a;

  --color-button-text:#ffffff;
  --color-button-border:#F08200;
  --color-button-background:#F08200;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#1A93B1;
  --color-button-background-hover:#1A93B1;

  --color-top-nav-link:#ffffff;
  --color-top-nav-link-hover:#F5F5F5;

  --color-header-background:#ffffff;

  --color-minicart-icon:#F08200;
  --color-minicart-icon-hover:#1A93B1;

  --color-trust-signal-background:#F0F0F0;
  --color-trust-signal-icon:#F08200;
  --color-trust-signal-text:#000000;;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#1A93B1;
  --color-section-divider-p:#000000;

  --color-page-bottom-background:#1A93B1;
  --color-footer-background:#1A93B1;
  --color-footer-text:#ffffff;
  --color-footer-link:#ffffff;
  --color-footer-link-hover:#ffffff;
  --color-footer-icon:#ffffff;

  --color-light-gray: #F0EEEC;
  --color-mid-gray: #BCBABA;
  --color-dark-gray: #707070;

  --color-price:#1A93B1;
  --color-price-old:#707070;
  --color-price-discount:#000052;

  --color-product-page-description-background:#F0EEEC;

  --color-success-page-background:#1A93B1;

  --color-border-lines:#BCBABA;

  --color-pa-checked: #78b13f;
  --color-pa-answer-checked-bg: #1f72b9;
  --color-pa-icon-green: #78b13f;
  --color-pa-icon-yellow: #E8B831;
  --color-pa-icon-red: #1A93B1;

  --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.35;

  --text-h4-size: 1.6rem;
  --text-h4-line-height: 1.5;

  --text-normal-size: 1.6rem;
  --text-normal-line-height: 1.5;

  --text-small-size: 1.4rem;
  --text-small-line-height: 1.5;

  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-family: "Inter",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --width-content-max: 124rem;
  --width-content-max-calc: calc(100% - 4rem);
}

