:root {
  --blue-dark: #003e74;
  --blue: #004e8f;
  --blue-light: #005dab;
  --blue-lightest: #0072cf;
  --blue-pale: #e9eef2;
  --turquoise-dark: #0c5963;
  --turquoise: #106470;
  --turquoise-light: #1e7680;
  --turquoise-lightest: #28828a;
  --turquoise-pale: #e9f1f2;
  --purple-dark: #422e5d;
  --purple: #612d70;
  --purple-light: #782c7e;
  --purple-lightest: #8f2b8c;
  --purple-pale: #f2e9f2;
  --green-dark: #304220;
  --green: #355918;
  --green-light: #4b701c;
  --green-lightest: #4b701c;
  --green-pale: #eef2e9;
  --orange-dark: #ab3901;
  --orange: #c44101;
  --orange-light: #d45812;
  --orange-lightest: #df671d;
  --orange-pale: #f2ece9;
  --red-dark: #710e25;
  --red: #871731;
  --red-light: #b4183c;
  --red-lightest: #e31949;
  --red-pale: #f2f0f1;
  --font-arial: "Arial", sans-serif;
  --font-verdana: "Verdana", sans-serif;
  --font-myriad: "Myriad Pro", sans-serif;
  --font-helvetica: "Helvetica", sans-serif;
  --font-times: "Times New Roman", serif;
  --font-georgia: "Georgia", serif;
  /* Modern Font Stacks */
  /* See https://modernfontstacks.com/ */
  /* System UI */
  --font-system-ui: system-ui, sans-serif;
  /* Transitional */
  --font-transitional: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
  /* Old Style */
  --font-old-style: "Iowan Old Style", "Palatino Linotype", "URW Palladio L", P052, serif;
  /* Humanist */
  --font-humanist: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  /* Geometric Humanist */
  --font-geometric-humanist: Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
  /* Classical Humanist */
  --font-classical-humanist: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
  /* Neo-Grotesque */
  --font-neo-grotesque: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  /* Monospace Slab Serif */
  --font-monospace-slab-serif: "Nimbus Mono PS", "Courier New", monospace;
  /* Monospace Code */
  --font-monospace-code: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
  /* Industrial */
  --font-industrial: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  /* Rounded Sans */
  --font-rounded-sans: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, Comfortaa, Manjari, "Arial Rounded MT", "Arial Rounded MT Bold", Calibri, source-sans-pro, sans-serif;
  /* Slab Serif */
  --font-slab-serif: Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  /* Antique */
  --font-antique: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif;
  /* Didone */
  --font-didone: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
  /* Handwritten */
  --font-handwritten: "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
}

/* Must have top margin and bottom margin (or padding) */

/*# sourceMappingURL=cambridge_brand.css.map */
