/* Ubuntu Regular */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-Regular.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Ubuntu Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-Italic.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

/* Ubuntu Bold */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-Bold.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Ubuntu Bold Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-BoldItalic.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

/* Ubuntu Light */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-Light.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Ubuntu Light Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-LightItalic.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

/* Ubuntu Medium */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-Medium.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Ubuntu Medium Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/fonts-web/Ubuntu-MediumItalic.woff2") format("woff2"),
    url("../fonts/fonts-web/Ubuntu-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

/* Ubuntu Condensed Regular */
@font-face {
  font-family: "Ubuntu Condensed";
  src: url("../fonts/fonts-web/UbuntuCondensed-Regular.woff2") format("woff2"),
    url("../fonts/fonts-web/UbuntuCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
