/* --------------- Font Face -------------------- */
@font-face {
    font-family: "Ubuntu";
    src: url("../../../fonts/ubuntu-bold-webfont.woff2") format("woff2");
    font-weight: 900;
    font-style: normal; }
 
  @font-face {
    font-family: "Ubuntu";
    src: url("../../../fonts/ubuntu-regular-webfont.woff2") format("woff2");
    font-weight: 700;
    font-style: normal; }
 
  @font-face {
    font-family: "Ubuntu";
    src: url("../../../fonts/ubuntu-medium-webfont.woff2") format("woff2");
    font-weight: 600;
    font-style: normal; }
 
  @font-face {
    font-family: "Ubuntu";
    src: url("../../../fonts/ubuntu-light-webfont.woff2") format("woff2");
    font-weight: 500;
    font-style: normal; }
  
