/*
 * Font faces for Peoria IT
 * p22-mackinac-pro (headings) - Adobe TypeKit
 * Eudoxus Sans (body) - local files
 */

@font-face {
  font-family: "p22-mackinac-pro";
  src: url("/fonts/p22-mackinac-pro-bold.woff2") format("woff2"),
       url("/fonts/p22-mackinac-pro-bold.woff") format("woff"),
       url("/fonts/p22-mackinac-pro-bold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("/fonts/EudoxusSans-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("/fonts/EudoxusSans-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("/fonts/EudoxusSans-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
