@font-face {
  font-family: 'bogle';
  font-style: normal;
  font-weight: 400;
  src:
    local('Bogle'),
    url('./BOGLEREGULAR.woff') format('woff');
}

@font-face {
  font-family: 'bogle-bold';
  font-style: normal;
  font-weight: 700;
  src:
    local('Bogle'),
    url('./BOGLEBOLD.woff') format('woff');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 600;
  src: url('./Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 700;
  src: url('./Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 500;
  src: url('./Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  src: url('./Ubuntu-Light.ttf') format('truetype');
}
