/* cyrillic-ext */
@font-face {
  font-family: 'SFU Futura';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('SFUFuturaLight.TTF');  
}
@font-face {
  font-family: 'SFU Futura';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('SFUFuturaLightOblique.TTF');  
}

@font-face {
  font-family: 'SFU Futura';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('SFUFuturaBook.TTF');  
}
@font-face {
  font-family: 'SFU Futura';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('SFUFuturaBookOblique.TTF');  
}
@font-face {
  font-family: 'SFU Futura';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('SFUFuturaHeavy.ttf');  
}
@font-face {
  font-family: 'SFU Futura';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('SFUFuturaHeavyOblique.TTF');  
}
@font-face {
    font-family: 'SFU Futura';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('SFUFuturaBold.TTF');  
  }

  @font-face {
    font-family: 'SFU Futura';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('SFUFuturaBoldOblique.TTF');  
  }
  @font-face {
    font-family: 'SFU Futura';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url('SFUFuturaExtraBold.TTF');  
  }
  @font-face {
    font-family: 'SFU Futura';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url('SFUFuturaExtraBoldOblique.TTF');  
  }

 