@font-face {
  font-family: 'termina_bold';
  src: url('./termina/Termina_Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'termina_regular';
  src: url('./termina/Termina_Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'termina_medium';
  src: url('./termina/Termina_Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}