@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
       url('../fonts/Ubuntu-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-Light.woff2') format('woff2'),
       url('../fonts/Ubuntu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-LightItalic.woff2') format('woff2'),
       url('../fonts/Ubuntu-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-Italic.woff2') format('woff2'),
       url('../fonts/Ubuntu-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
       url('../fonts/Ubuntu-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
       url('../fonts/Ubuntu-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
       url('../fonts/Ubuntu-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face{
  font-family: "Ubuntu";
  src: url('../fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
       url('../fonts/Ubuntu-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}