@font-face {
  font-family: "CMU Bright";
  font-style: roman;
  font-weight: 500;
  src: url("./fonts/cmu-bright-500-roman.woff2") format("woff2"), url("./fonts/cmu-bright-500-roman.ttf") format("truetype");
}

@font-face {
  font-family: "CMU Bright";
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/cmu-bright-500-italic.woff2") format("woff2"), url("./fonts/cmu-bright-500-italic.ttf") format("truetype");
}

@font-face {
  font-family: "CMU Bright";
  font-style: roman;
  font-weight: 600;
  src: url("./fonts/cmu-bright-600-roman.woff2") format("woff2"), url("./fonts/cmu-bright-600-roman.ttf") format("truetype");
}

@font-face {
  font-family: "CMU Bright";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/cmu-bright-600-italic.woff2") format("woff2"), url("./fonts/cmu-bright-600-italic.ttf") format("truetype");
}

@font-face {
  font-family: "CMU Bright";
  font-style: roman;
  font-weight: 700;
  src: url("./fonts/cmu-bright-700-roman.woff2") format("woff2"), url("./fonts/cmu-bright-700-roman.ttf") format("truetype");
}

@font-face {
  font-family: "CMU Bright";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/cmu-bright-700-italic.woff2") format("woff2"), url("./fonts/cmu-bright-700-italic.ttf") format("truetype");
}