/************************* 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: "Roboto Condensed";
  src: local(RobotoCondensed Thin), url("../fonts/roboto-condensed/RobotoCondensed-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Light), url("../fonts/roboto-condensed/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Regular), url("../fonts/roboto-condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: local(RobotoCondensed Bold), url("../fonts/roboto-condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  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;
}