/*---------------------------------------------------------------------------*
 * Roboto
 *---------------------------------------------------------------------------*/

/** Black */
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url("../fonts/Roboto-Black.ttf");
}


/** Bold */
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf");
}

/** Medium */
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf");
}

/** Regular */
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf");
}

/** Light */
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf");
}

/** Thin */
@font-face {
  font-family: "Roboto";
  font-weight: 200;
  src: url("../fonts/Roboto-Thin.ttf");
}
