/* font face declarations for Ufora Gainesville */

/** TODO:
 * move to Customizer
 * store in S3 bucket
 * choose specific fonts for different areas (headers, announcments, etc)
 **/

@font-face {
  font-family: "Canopee";
  src: url("fonts/Canopee.eot");
  src:
    url("fonts/Canopee.woff") format("woff"),
    url("fonts/Canopee.woff2") format("woff2");
}

@font-face {
  font-family: "Neuemachina";
  src: url("fonts/NeueMachina-Light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neuemachina";
  src: url("fonts/NeueMachina-Regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neuemachina";
  src: url("fonts/NeueMachina-Ultrabold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}