:root {
  --aqua: #1c9987;
  --dark-aqua: #317765;
  --darker-aqua: #003b40;
  --light-green: #61b844;
  --gray: #7e8183;
  --gray-opaque: #7e8183de;
  --dark-gray: #54595b;
  --dark-blue: #0a2a50;
  --half-colonial-white: #fdfacc;
  --almost-white: #f5f5f5;
  --gray-opaque: #7e818333;
  --moss-green: #abdeb0;
  --monte-carlo: #90cec1;
  --tahuna-sands: #e3f2cc;
  --dandelion: #F4E039;
  --big-foot-feet: #F2865E;
  --big-foot-feet-opaque: #f2855e49;
  --chinese-white: #dff1da;
  --emerald: #329182;
  --azure-white: #d2ebe7;
  --crystal: #abdbe0;
  --pearl-aqua: #8dccc3;
  --pearl-aqua-opaque: #8dccc379;
  --dirty-white: #e3f2cc;
  --north-texas-green: #0d8f3b;
  --apple-green: #84bf04;
  --medium-sea-green: #3da562;
  --cadmium-orange: #e07d32;
  --dark-cornflower-blue: #243e8c;
  --liberty: #5065a3;
  --azure-white-blue: #dee2ee;
  --light-moss-green: #a9d9ac;
  --tea-green: #c4e1b6;
  --light-red: #e33c3b;
  --very-pale-yellow: #efffbe;
  --american-yellow: #f2b705;
  --mindaro: #dfff7d;
  --rich-black: #003b40;
  --apple-green: #75bf00;
  --yellow-green: #bcd97e;
  --yellow-green2: #badf7f;
  --arylide-yellow: #f2d573;
  --tangerine-yellow: #ffce00;
  --water: #c7f1fc;
  --pacific-blue: #1ba1bf;
  --winter-wizard: #8fe4f9;
  --columbia-blue: #c6e5e1;
  --celadon-green: #1b8c77;
  --midnight-blue: #064188;
  --yellow-green3: #97cf40;
  --tea-green2: #dcefbf;
  --georgia: 'Georgia', serif;
  --garamond: 'Garamond', serif;

  --td-3: 3%;
  --td-5: 5%;
  --td-10: 10%;
  --td-20: 20%;
  --td-30: 30%;
  --td-40: 40%;
  --td-50: 50%;
}

@font-face {
  font-family: 'Quincy CF Text';
  src: url(/static-assets/fonts/quincycf-text.otf);
}
@font-face {
  font-family: 'Quincy CF Black';
  src: url(/static-assets/fonts/quincycf-black.otf);
}
@font-face {
  font-family: 'Quincy CF Bold';
  src: url(/static-assets/fonts/quincycf-bold.otf);
}
@font-face {
  font-family: 'Quincy CF Extra-Bold';
  src: url(/static-assets/fonts/quincycf-extrabold.otf);
}