/************************* 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 Medium), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
	font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
	font-style: normal;
}

/************************* 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;
}

/************************ POPPINS ************************/

@font-face {
  font-family: "Poppins";
  src: local(Poppins Thin), url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local(Poppins Light), url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local(Poppins Regular), url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local(Poppins Medium), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local(Poppins Bold), url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/************************ KRUB ************************/

@font-face {
  font-family: "Krub";
  src: local(Krub Thin), url("../fonts/krub/Krub-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Krub";
  src: local(Krub Light), url("../fonts/krub/Krub-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Krub";
  src: local(Krub Regular), url("../fonts/krub/Krub-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Krub";
  src: local(Krub Medium), url("../fonts/krub/Krub-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Krub";
  src: local(Krub Bold), url("../fonts/krub/Krub-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}