/* Project Variables v1.0 */

:root {

  --color-branding-primary: #002F6C;
  --color-branding-secondary: #00A9A2;
  --color-branding-tertiary: #63C6C2;
  --color-branding-quaternary: #F6901E;

  --color-text:#061514;
  --color-link:#18495C;
  --color-link-hover:#061514;

  --color-button-text:#ffffff;
  --color-button-border:#00A9A2;
  --color-button-background:#00A9A2;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#002F6C;
  --color-button-background-hover:#002F6C;

  --color-top-nav-link:#ffffff; 
  --color-top-nav-link-hover:#00A9A2;

  --color-header-background:#ffffff;

  --color-minicart-icon:#00A9A2;
  --color-minicart-icon-hover:#002F6C;
 
  --color-trust-signal-background:#ffffff;
  --color-trust-signal-icon:#00A9A2;
  --color-trust-signal-text:#061514;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#41E3CC;
  --color-section-divider-p:#061514;

  --color-page-bottom-background:#002F6C;
  --color-footer-background:#002F6C;
  --color-footer-text:#ffffff;
  --color-footer-link:#ffffff;
  --color-footer-link-hover:#ffffff;
  --color-footer-icon:#ffffff;

  --color-light-gray: #EFEFEF;
  --color-mid-gray: #999999;
  --color-dark-gray: #666666;

  --color-price:#002F6C;
  --color-price-old:#999999;
  --color-price-discount:#00A9A2;

  --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: 'Libre Franklin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-family-secondary: 'Goudy Bookletter 1911', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --width-content-max: 124rem;
  --width-content-max-calc: calc(100% - 4rem);
}



