@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
 }
 * {
    font-family: "Roboto", sans-serif;
 }

 @font-face {
    font-family: Roboto-MI;
    src: url(fonts/Roboto-MediumItalic.ttf);
 }
 * {
    font-family: "Roboto-MI", sans-serif;
 }

 @font-face {
    font-family: Roboto-R;
    src: url(fonts/Roboto-Regular.ttf);
 }
 * {
    font-family: "Roboto-R", sans-serif;
 }

 @font-face {
    font-family: Roboto-L;
    src: url(fonts/Roboto-Light.ttf);
 }
 * {
    font-family: "Roboto-L", sans-serif;
 }

 @font-face {
   font-family: Roboto-M;
   src: url(fonts/Roboto-Medium.ttf);
}
* {
   font-family: "Roboto-M", sans-serif;
}


 @font-face {
    font-family: Draft;
    src: url(fonts/DraftB-Regular.otf);
 }
 * {
    font-family: "Draft", sans-serif;
 }

@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/Poppins-Bold.ttf);
 }
 * {
    font-family: Poppins-Bold;
 }

 @font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Regular.ttf);
 }
 * {
    font-family: Poppins;
 }

 @font-face {
    font-family: Poppins-Semi;
    src: url(fonts/Poppins-SemiBold.ttf);
 }
 * {
    font-family: Poppins-Semi;
 }

 @font-face {
    font-family: Poppins-Light;
    src: url(fonts/Poppins-Light.ttf);
 }

 @font-face {
    font-family: Poppins-Extra;
    src: url(fonts/Poppins-ExtraBold.ttf);
 }

