@font-face {
  font-family: 'Heebo';
  src: url('./Heebo-Regular.ttf');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Heebo';
  src: url('./Heebo-Bold.ttf');
  font-style: bold;
  font-weight: 700;
}