@font-face {
  font-family: 'FiraGO Regular';
  src: url('resources/fonts/FiraGO-Regular.otf') format('opentype');
}

.math {
  font-family: 'Fira Math Regular' !important;
  src: url('resources/fonts/FiraMath-Regular.otf') format('opentype');
}

/* Test if the Fira Math font is loaded */
.fira-test {
  font-family: 'Fira Math Regular', serif;
  font-size: 20px;
}

.MathJax_CHTML, .MathJax_Display {
  font-family: 'Fira Math Regular' !important;
}
