/* Project Variables v1.0 */

:root {

  --color-text:#000000;
  --color-link:#00B0DB;
  --color-link-hover:#151515;

  --color-button-text:#00B0DB;
  --color-button-border:#00B0DB;
  --color-button-background:#ffffff;
  --color-button-text-hover:#ffffff;
  --color-button-border-hover:#00B0DB;
  --color-button-background-hover:#00B0DB;

  --color-top-nav-link:#0000A3;
  --color-top-nav-link-hover:#000000;

  --color-header-background:#00B0DB;

  --color-minicart-icon:#ffffff;

  --color-trust-signal-background:#00B0DB;
  --color-trust-signal-icon:#ffffff;
  --color-trust-signal-h3:#ffffff;
  --color-trust-signal-p:#ffffff;

  --color-section-divider-background:#F9F9F9;
  --color-section-divider-h2:#FF1A58;
  --color-section-divider-p:;

  --color-footer-background:#00B0DB;
  --color-footer-text:#ffffff;
  --color-footer-link:#ffffff;
  --color-footer-link-hover:#ffffff;

  --color-price:#00B0DB;
  --color-price-old:#707070;
  --color-price-discount:#000052;

  --color-product-page-description-background:#dadada;

  --color-success-page-background:#f5f5f5;

  --color-border-lines:#dadada;

  --color-progress-bar:#0000A3;
  --color-progress-bar-background:#FF1A58;

  --color-branding-primary:#00B0DB;
  --color-branding-secondary:#FF1A58;

  --text-small-size: 1.3rem;
  --text-small-line-height: 1.8;

  --text-normal-size: 1.6rem;
  --text-normal-line-height: 1.5;

  --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.2;

  --font-weight-normal: normal;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 900;

  --width-content-max: 128rem;

}
