/* 100 	Thin (Hairline) */
/* 200 	Extra Light (Ultra Light) */
/* 300 	Light */
/* 400 	Normal */
/* 500 	Medium */
/* 600 	Semi Bold (Demi Bold) */
/* 700 	Bold */
/* 800 	Extra Bold (Ultra Bold) */
/* 900 	Black (Heavy) */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url(/static/external/fonts/roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url(/static/external/fonts/roboto/Roboto-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/static/external/fonts/roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(/static/external/fonts/roboto/Roboto-MediumItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url(/static/external/fonts/roboto/Roboto-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: url(/static/external/fonts/roboto/Roboto-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(/static/external/fonts/roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url(/static/external/fonts/roboto/Roboto-BoldItalic.ttf) format("truetype");
}
