/************************* ROBOTO ************************/

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
	font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
	font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Italic), url("../fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
	font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto MediumItalic), url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto BoldItalic), url("../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/************************* ROBOTO CONDENSED ************************/

@font-face {
  font-family: "Metal Mania";
  src: local(MetalMania-Regular), url("../fonts/metal-mania/MetalMania-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: local(PlayfairDisplay-Regular), url("../fonts/playfair-display/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/************************ INTER ************************/

@font-face {
  font-family: "Inter";
  src: local(Inter Thin), url("../fonts/inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Light), url("../fonts/inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Regular), url("../fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Medium), url("../fonts/inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local(Inter Bold), url("../fonts/inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}