@font-face {
  font-display: swap;
  font-family: 'JetBrains';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/JetBrainsMono-Regular.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Noto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Noto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/NotoSans-Bold.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Noto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/NotoSans-Italic.ttf');
}
