/* Project Variables v1.0 */

:root {

  --color-branding-primary: #003A5D;
  --color-branding-secondary: #EC1C24;
  --color-branding-tertiary: #0070AA;
  --color-branding-quaternary: #B3D235;

  --color-text:#000000;
  --color-link:#18495C;
  --color-link-hover:#000000;

  --color-button-text:#EC1C24;
  --color-button-border:#EC1C24;
  --color-button-background:#ffffff;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#EC1C24;
  --color-button-background-hover:#EC1C24;

  --color-top-nav-link:#ffffff; 
  --color-top-nav-link-hover:#F5F5F5;

  --color-header-background:#ffffff;

  --color-minicart-icon:#003A5D;
  --color-minicart-icon-hover:#000000;
 
  --color-trust-signal-background:#ffffff;
  --color-trust-signal-icon:#63C6C2;
  --color-trust-signal-text:#000000;;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#41E3CC;
  --color-section-divider-p:#252628;

  --color-page-bottom-background:#003A5D;
  --color-footer-background:#003A5D;
  --color-footer-text:#ffffff;
  --color-footer-link:#ffffff;
  --color-footer-link-hover:#ffffff;
  --color-footer-icon:#ffffff;

  --color-light-gray: #d3d3d3;
  --color-mid-gray: #999999;
  --color-dark-gray: #666666;

  --color-price:#0070AA;
  --color-price-old:#707070;
  --color-price-discount:#170D67;

  --color-product-page-description-background:#ffffff;

  --color-success-page-background:#0C283A;

  --color-border-lines:#F5EDDC;

  --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.2;

  --text-h2-size: 2.4rem;
  --text-h2-line-height: 1.2;

  --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: 900;
  --font-family: jaf-bernina-sans, sans-serif;
  --font-family-secondary: ;

  --width-content-max: 124rem;
  --width-content-max-calc: calc(100% - 4rem);
}



