:root {

  /* CORE COLORS */
  --c-black: #102040;
  --c-grey-darker: #1d2d50;
  --c-grey-dark: #324563;
  --c-grey: #5d6f8c;
  --c-grey-light: #d6dce5;
  --c-grey-lighter: #e9edf2;
  --c-grey-lightest: #f7f9fc;
  --c-white: #ffffff;

  /* ODGN BRAND COLORS */
  --c-primary: #2288d9;
  --c-action: #2288d9;

  /* LIGHT BACKGROUNDS */
  --c-background: #f7f9fc;
  --c-pale-background: #edf6fd;

  --c-positive: #10B981;
  --c-negative: #EF4444;

  --c-text-dark: #102040;
  --c-text: #324563;
  --c-text-light: #ffffff;

  --page-background-color: var(--c-background);

  /* BUTTONS */
  --primary-button-background-color: var(--c-action);
  --primary-button-color: var(--c-white);

  --button-border-radius: 4px;

  --c-icon: var(--c-action);

  /* LINKS */
  --link: #2288d9;
  --link-hover: #1b74bb;
  --link-active: #165f98;

  /* INFO BAR */
  --info-bar-background-color: #102040;
  --info-bar-announce-background-color: #2288d9;
  --info-bar-announce-text-color: #ffffff;
  --info-bar-text-color: #ffffff;
  --info-bar-link-color: #7dc7ff;

  /* WHITE HEADER / NAV BAR */
  --nav-background-color: #ffffff;

  --nav-text-color: #102040;
  --nav-link-color: #102040;

  --nav-button-background-color: #2288d9;
  --nav-button-border-color: #2288d9;
  --nav-button-text-color: #ffffff;

  --nav-shadow-color: rgba(0,0,0,0.08);

  /* HERO */
  --hero-background-color: #edf6fd;

  --hero-title-color: #102040;
  --hero-text-color: #324563;

  --hero-button-background-color: #2288d9;
  --hero-button-border-color: #2288d9;
  --hero-button-text-color: #ffffff;

  --hero-secondary-button-text-color: #2288d9;
  --hero-secondary-button-border-color: #2288d9;

  /* SELLING POINTS */
  --hero-benefits-background-color: #2288d9;
  --hero-benefits-text-color: #ffffff;
  --hero-benefits-icon-color: #ffffff;

  /* CALLOUT */
  --callout-background-color: #102040;
  --callout-text-color: #ffffff;

  --c-sidebar-selling-point-icon: #2288d9;

  /* FEATURE SECTIONS */
  --feature-section-button-background-color: #2288d9;
  --feature-section-button-border-color: #2288d9;
  --feature-section-button-text-color: #ffffff;

  /* HOW IT WORKS */
  --how-it-works-background-color: #102040;

  --how-it-works-title-color: #ffffff;
  --how-it-works-number-color: #7dc7ff;
  --how-it-works-subtitle-color: #7dc7ff;
  --how-it-works-text-color: #dfe9f4;

  /* REVIEWS */
  --review-section-star-icons: #2288d9;

  --reviews-section-button-background: #ffffff;
  --reviews-section-button-border: #d6dce5;
  --reviews-section-button-text: #2288d9;

  /* FOOTER CTA */
  --footer-banner-background-color: #2288d9;

  --footer-banner-title-color: #ffffff;
  --footer-banner-text-color: #ffffff;

  --footer-banner-button-background-color: #ffffff;
  --footer-banner-button-text-color: #2288d9;

  /* FOOTER */
  --footer-background-color: #102040;
  --footer-text-color: #b9c7d9;
  --footer-link-color: #ffffff;

  /* REVIEW STARS */
  --c-summary-review-star-icons: #2288d9;

  /* BORDERS */
  --border-color: rgba(0,0,0,0.08);
}