/* Project Variables v1.0 */

:root {

  --color-branding-primary:#E11614;
  --color-branding-secondary:#025474;
  --color-branding-tertiary:#E5F6FA;;

  --color-text:#474B55;
  --color-link:#1f72b9;
  --color-link-hover:#E11614;

  --color-button-text:#ffffff;
  --color-button-border:#E11614;
  --color-button-background:#E11614;
  --color-button-text-hover:#E11614;
  --color-button-border-hover:#E11614;
  --color-button-background-hover:#ffffff;

  --color-top-nav-link:#474B55;
  --color-top-nav-link-hover:#025474;

  --color-header-background:#ffffff;

  --color-minicart-icon:#252628;
  --color-minicart-icon-hover:#E11614;

  --color-trust-signal-background:#ffffff;
  --color-trust-signal-icon:#025474;
  --color-trust-signal-text:#474B55;;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#E11614;
  --color-section-divider-p:#474B55;

  --color-page-bottom-background:#ffffff ;
  --color-footer-background:#025474;
  --color-footer-text:#474B55;
  --color-footer-link:#474B55;
  --color-footer-link-hover:#474B55;
  --color-footer-icon:#474B55;

  --color-light-gray: #F3F3F3;
  ;
  --color-mid-gray: #BCBABA;
  --color-dark-gray: #707070;

  --color-price:#E11614;
  --color-price-old:#707070;
  --color-price-discount:#000052;

  --color-product-page-description-background:#F5F5F5;

  --color-success-page-background:#0C283A;

  --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: #EA2F2F;

  --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-weight-extra-bold: 800;
  --font-family: 'din-2014','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --width-content-max: 124rem;
  --width-content-max-calc: calc(100% - 4rem);
}

