/* @font-face {
    font-family: 'Termina';
    src: url('/fonts/termina/termina-black.otf') format('opentype'), /* 900 */
         url('/fonts/termina/termina-heavy.otf') format('opentype'), /* 800 */
         url('/fonts/termina/termina-bold.otf') format('opentype'), /* 700 */
         url('/fonts/termina/termina-demi.otf') format('opentype'), /* 600 */
         url('/fonts/termina/termina-medium.otf') format('opentype'), /* 500 */
         url('/fonts/termina/termina-regular.otf') format('opentype'), /* 400 */
         url('/fonts/termina/termina-light.otf') format('opentype'), /* 300 */
         url('/fonts/termina/termina-extralight.otf') format('opentype'), /* 200 */
         url('/fonts/termina/termina-thin.otf') format('opentype'); /* 100 *
}*/

@font-face {
  font-family:'Termina';
  src:url('/fonts/termina/termina-bold.otf');
  font-weight:700;
  font-style:normal;
}
@font-face {
  font-family:'Termina';
  src:url('/fonts/termina/termina-demi.otf');
  font-weight:600;
  font-style:normal;
}
@font-face {
  font-family:'Termina';
  src:url('/fonts/termina/termina-regular.otf');
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family:'Termina';
  src:url('/fonts/termina/termina-light.otf');
  font-weight:300;
  font-style:normal;
}