/* Crimson Pro */
@font-face {
  font-family: "Crimson Pro";
  src: url("/fonts/Crimson_Pro/static/CrimsonPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Crimson Pro";
  src: url("/fonts/Crimson_Pro/static/CrimsonPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Crimson Pro";
  src: url("/fonts/Crimson_Pro/static/CrimsonPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Maven Pro */
@font-face {
  font-family: "Maven Pro";
  src: url("/fonts/Maven_Pro/static/MavenPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/fonts/Maven_Pro/static/MavenPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  src: url("/fonts/Noto_Serif/NotoSerif-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif";
  src: url("/fonts/Noto_Serif/NotoSerif-Italic-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Italic-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}
