@font-face {
  font-family: "Julius Sans One";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/JuliusSansOne-Regular.ttf");
}
@font-face {
  font-family: 'FiraSansCondensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/FiraSansCondensed-Regular.ttf');
}
@font-face {
  font-family: 'FiraSansCondensed';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/FiraSansCondensed-SemiBold.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSans-Regular.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/NotoSans-Italic.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/NotoSans-Bold.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: bold;
  src: url('fonts/NotoSans-BoldItalic.ttf');
}