@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu"), url(Ubuntu-Regular.woff2) format("woff2"), url(Ubuntu-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Italic"), url(Ubuntu-Italic.woff2) format("woff2"), url(Ubuntu-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Medium"), url(Ubuntu-Medium.woff2) format("woff2"), url(Ubuntu-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Medium Italic"), url(Ubuntu-MediumItalic.woff2) format("woff2"), url(Ubuntu-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Bold"), url(Ubuntu-Bold.woff2) format("woff2"), url(Ubuntu-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Bold Italic"), url(Ubuntu-BoldItalic.woff2) format("woff2"), url(Ubuntu-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Light"), url(Ubuntu-Light.woff2) format("woff2"), url(Ubuntu-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: local("Ubuntu Light Italic"), url(Ubuntu-LightItalic.woff2) format("woff2"), url(Ubuntu-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}