/* Project Variables v1.0 */

:root {

  --color-branding-primary: #6E06C1;
  --color-branding-secondary: #170D67;
  --color-branding-tertiary: #3A5CFF;

  --color-text:#000000;
  --color-link:#6E06C1;
  --color-link-hover:#170D67;

  --color-button-text:#ffffff;
  --color-button-border:#6E06C1;
  --color-button-background:#6E06C1;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#170D67;
  --color-button-background-hover:#170D67;

  --color-top-nav-link:#ffffff; 
  --color-top-nav-link-hover:#F5F5F5;

  --color-header-background:#ffffff;

  --color-minicart-icon:#170D67;
  --color-minicart-icon-hover:#000000;
 
  --color-trust-signal-background:#EBF0F2;
  --color-trust-signal-icon:#3A5CFF;
  --color-trust-signal-text:#000000;;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#41E3CC;
  --color-section-divider-p:#252628;

  --color-page-bottom-background:#170D67;
  --color-footer-background:#170D67;
  --color-footer-text:#ffffff;
  --color-footer-link:#ffffff;
  --color-footer-link-hover:#ffffff;
  --color-footer-icon:#ffffff;

  --color-light-gray: #EBF0F2;
  --color-mid-gray: #E8E7F0;
  --color-dark-gray: #707070;

  --color-price:#6E06C1;
  --color-price-old:#707070;
  --color-price-discount:#170D67;

  --color-product-page-description-background:#E8E7F0;

  --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: 900;
  --font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --width-content-max: 124rem;
  --width-content-max-calc: calc(100% - 4rem);
}

