/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/font/Roboto-Light.ttf');
    
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/font/Roboto-Light.ttf');
    
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src:  url('/font/Roboto-Medium.ttf');
    
  }

  b {
    font-weight: 500;
  }
  
 