/* stylelint-disable declaration-colon-space-before */
:root {
  --aqua: #028281;
  --aqua-tint: #F2F9F9;
  --aqua-dark: #026463;
  --blue: #0049DA;
  --blue-tint: #F2F9FA;
  --blue-dark: #014886;
  --blue-alt: #03EDF5;
  --green: #007D36;
  --green-tint: #F3F8F2;
  --green-dark: #004B20;
  --gray-darkest: #000;
  --gray-darker: #242021;
  --gray-dark: #3E3B3C;
  --gray: #413F40;
  --gray-light: #cfc6b7;
  --gray-lighter: #e9e0d1;
  --gray-lightest: #F6EDDE;
  --orange: #D84001;
  --orange-tint: #FDF5F2;
  --orange-dark: #B63601;
  --pink: #D92585;
  --pink-tint: #FDF4F9;
  --pink-dark: #ad1e6a;
  --red: #C8102E;
  --red-tint: #FCF2F4;
  --red-dark: #d10023;
  --red-alt: #C8102E;
  --yellow: #F9C138;
  --yellow-dark: #C67409;
  --white: #fff;
  --back-to-top-bg: #0049DA;
  --nav-sub-bg: #F6EDDE;
  --nav-sub-border: #D8CEBF;
  --sub-menu-bg: #F6EDDE;
  --sub-menu-border: #e9e0d1;
  --sub-menu-text: #242021;
  --header-bg: #fff;
  --preface-bg: #000;
  --footer-bg: #014886;
  --body-bg: #E8E8E8;
  --content-bg: #fff;
  --mobile-nav-btn: #F6EDDE;
  --valid: #007D36;
  --error: #C8102E;
  --warning: #C8102E;
  --information: #014886;
  --mobile-menu: #F6EDDE;
  --mobile-btn-text: #0049DA;
  --mobile-menu-text: #0049DA;
  --mobile-menu-hover: #007D36;
  --text-color: #000;
  --header-text: #fff;
  --heading-color: #014886;
  --text-muted: #413F40;
  --link-hover: #007D36;
  --link-color: #0049DA;
  --link-color-alt: #F9C138;
  --transition-base: all .2s ease-in-out;
  --transition-fade: opacity .15s linear;
  --transition-collapse: height .35s ease ;
  --card-border-color: #e9e0d1;
  --card-border-width: 1px;
  --card-bg: #F6EDDE;
  --card-hover: #f1e2ca;
  --border-radius: 20%;
  --border-radius-sm: 10%;
  --btn-bg: #007D36;
  --btn-txt-color: #fff;
  --btn-hover: #0049DA;
  --btn-hover-txt: #fff;
  --btn-font-weight: 600;
  --btn-font-size: 20px;
  --font: hanken-grotesk, Arial, Helvetica, sans-serif;
  --font-secondary: barlow, Arial, Helvetica, sans-serif;
  --font-serif: Georgia, Times, "Times New Roman", serif;
  --font-headings: var(--font-secondary);
  --constrain-width: 1024px;
  --constrain-wide: 1680px;
  --text-constrain: 720px;
  --scheme-color: #242021;
  --scheme-bg: #0049DA;
  --scheme-hero: #014886;
  --scheme-bg-text: #fff;
  --scheme-bg-text-alt: #F9C138;
  --scheme-bg-light: #F6EDDE;
  --scheme-hero-rgba: 249, 193, 56;
  --scheme-hero-secondary: #171717;
  --book-button-bg: #FEBA3D;
  --book-button-text: #242021;
  --book-menu-bg: #171717;
  --book-menu-text: #242021;
  --loading-primary: #028281;
  --loading-secondary: #F9C138;
}
/*# sourceMappingURL=maps/variables.css.map */
