@font-face {
  font-family: 'Muli';
  src: url("/resources/fonts/muli_regular.ttf");
  font-weight: 400;
  font-style: regular;
  font-display: swap; }

@font-face {
  font-family: 'Muli';
  src: url("/resources/fonts/muli_semi_bold.ttf");
  font-weight: 500;
  font-style: semibold;
  font-display: swap; }

@font-face {
  font-family: 'Muli';
  src: url("/resources/fonts/muli_bold.ttf");
  font-weight: 700;
  font-style: bold;
  font-display: swap; }