@font-face {
    font-family: 'Afutura';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/afutura_bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'NeoSans';
    font-style:normal;
    font-weight: 400;
    src: url('../fonts/NeoSansCyr-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NeoSans';
    font-style:normal;
    font-weight: 300;
    src: url('../fonts/NeoSansCyr-LIght.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NeoSans';
    font-style:normal;
    font-weight: 700;
    src: url('../fonts/NeoSansoCyr-Medium.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NeoSansPro';
    font-style:normal;
    font-weight: 400;
    src: url('../fonts/NeoSansPro-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NeoSansPro';
    font-style:normal;
    font-weight: 300;
    src: url('../fonts/NeoSansPro-Light.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NeoSansPro';
    font-style:normal;
    font-weight: 700;
    src: url('../fonts/NeoSansoPro-Medium.ttf') format('truetype');
  }
  
