/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "Roboto";
  src: url("./roboto/Roboto-Regular.woff2") format("woff2"), url("./roboto/Roboto-Regular.woff") format("woff"), url("./roboto/Roboto-Regular.ttf") format("truetype");
  /*font-weight: 400;
  font-style: normal;*/ }

@font-face {
  font-family: "Roboto Light";
  src: url("./roboto/Roboto-Light.woff2") format("woff2"), url("./roboto/Roboto-Light.woff") format("woff"), url("./roboto/Roboto-Light.ttf") format("truetype");
  /*font-weight: 300;
  font-style: normal;*/ }
