@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('/static/fonts/GeneralSans-Variable.woff2') format('woff2'),
       url('/static/fonts/GeneralSans-Variable.woff') format('woff');
  font-weight: 200 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrainsMono-Variable';
  src: url('/static/fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}
