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

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

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

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 600;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('ubuntu-bold.woff2') format('woff2'), url('ubuntu-bold.woff') format('woff');
}