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

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