@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  src: url('Heebo-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('Heebo-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('Heebo-Regular.ttf') format('truetype');
}

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

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

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  src: url('Heebo-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: url('Heebo-Black.ttf') format('truetype');
}