:root {
  --c-black: #0b2e4f;
  --c-grey-darker: #1a3e5c;
  --c-grey-dark: #2f4f66;
  --c-grey: #6b7c8a;
  --c-grey-light: #d6dde2;
  --c-grey-lighter: #e9eef2;
  --c-grey-lightest: #f6efe6;
  --c-white: #ffffff;

  --c-primary: #f6efe6;
  --c-action: #f47c20;
  --c-background: #f6efe6;
  --c-pale-background: #ffffff;

  --c-positive: #1b7f9e;
  --c-negative: #d64545;
  --c-text-dark: #0b2e4f;
  --c-text: #2f4f66;
  --c-text-light: #ffffff;

  --page-background-color: var(--c-background);

  --primary-button-background-color: var(--c-action);
  --primary-button-color: #ffffff;
  --button-border-radius: 6px;

  --c-icon: #1b7f9e;

  --link: #1f6f8b;
  --link-hover: #f47c20;
  --link-active: #f47c20;

  /* 🔵 Blue Info Bar */
  --info-bar-background-color: #0b2e4f;
  --info-bar-announce-background-color: #1f6f8b;
  --info-bar-announce-text-color: #ffffff;
  --info-bar-text-color: #ffffff;
  --info-bar-link-color: #f47c20;

  --nav-background-color: #ffffff;
  --nav-text-color: #0b2e4f;
  --nav-button-background-color: #f47c20;
  --nav-button-border-color: #f47c20;
  --nav-button-text-color: #ffffff;
  --nav-link-color: #0b2e4f;
  --nav-shadow-color: rgba(11, 46, 79, 0.08);

  --hero-background-color: #f6efe6;
  --hero-title-color: #0b2e4f;
  --hero-text-color: #2f4f66;
  --hero-button-background-color: #f47c20;
  --hero-button-border-color: #f47c20;
  --hero-button-text-color: #ffffff;
  --hero-secondary-button-text-color: #0b2e4f;
  --hero-secondary-button-border-color: #0b2e4f;

  /* Teal selling points bar */
  --hero-benefits-background-color: #1b7f9e;
  --hero-benefits-text-color: #ffffff;
  --hero-benefits-icon-color: #ffffff;

  --callout-background-color: #0b2e4f;
  --callout-text-color: #ffffff;

  --c-sidebar-selling-point-icon: #1b7f9e;

  --feature-section-button-background-color: #f47c20;
  --feature-section-button-border-color: #f47c20;
  --feature-section-button-text-color: #ffffff;

  --how-it-works-background-color: #0b2e4f;
  --how-it-works-title-color: #ffffff;
  --how-it-works-number-color: #f47c20;
  --how-it-works-subtitle-color: #f47c20;
  --how-it-works-text-color: #ffffff;

  --review-section-star-icons: #f47c20;
  --reviews-section-button-background: #ffffff;
  --reviews-section-button-border: #e9eef2;
  --reviews-section-button-text: #1f6f8b;

  --footer-banner-background-color: #1f6f8b;
  --footer-banner-title-color: #ffffff;
  --footer-banner-text-color: #ffffff;
  --footer-banner-button-background-color: #f47c20;
  --footer-banner-button-text-color: #ffffff;

  --footer-background-color: #0b2e4f;
  --footer-text-color: #d6dde2;
  --footer-link-color: #ffffff;

  --c-summary-review-star-icons: #f47c20;

  --border-color: rgba(11, 46, 79, 0.08);
}