@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Black.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: Simvoni;
    src: url(fonts/simvoni/Simvoni.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Simvoni;
    src: url(fonts/simvoni/Simvoni-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Whitney;
    font-weight: normal;
    src: url(fonts/whitney/whitney-medium.otf) format("opentype");
    }
    
  @font-face {
    font-family: Whitney;
    font-weight: bold;
    src: url(fonts/whitney/whitney-bold.otf) format("opentype");
  }
      
  @font-face {
    font-family: Whitney;
    font-weight: 200;
    src: url(fonts/whitney/whitney-light.otf) format("opentype");
  }
    
  @font-face {
    font-family: Whitney Italic;
    font-weight: normal;
    src: url(fonts/whitney/whitney-mediumitalic.otf) format("opentype");
  }
  
  @font-face {
    font-family: Whitney Italic;
    font-weight: bold;
    src: url(fonts/whitney/whitney-semibolditalic.otf) format("opentype");
  }
  
  @font-face {
    font-family: Whitney Italic;
    font-weight: 200;
    src: url(fonts/whitney/whitney-lightitalic.otf) format("opentype");
  }
  
  @font-face {
    font-family: Whitney Book;
    font-weight: normal;
    src: url(fonts/whitney/whitneybook.otf) format("opentype");
  }
  
  @font-face {
    font-family: Whitney Book;
    font-weight: 200;
    src: url(fonts/whitney/whitneybook-italic.otf) format("opentype");
  }

  @font-face {
    font-family: seguiemj;
    src: url(fonts/fluentemoji/seguiemj.ttf) format('truetype');
  }

  @font-face {
    font-family: notoc;
    src: url(fonts/noto/notoc.ttf) format('truetype');
  }