/** Default styles **/
@font-face {
  font-family: "Ubuntu";
  src: url(../webfonts/Ubuntu-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../webfonts/Ubuntu-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../webfonts/Ubuntu-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../webfonts/Ubuntu-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}