@font-face {
  font-family: 'TT Norms';
  src: url('./fonts/TT Norms Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Telegraf';
  src: url('./fonts/Telegraf UltraLight 200.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Telegraf';
  src: url('./fonts/TelegrafRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Telegraf';
  src: url('./fonts/Telegraf UltraBold 800.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
