
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontHeebo';
  src: url('../fonts/heebo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'heebo';
  src: url('../fonts/heebo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fontHeebo';
  src: url('../fonts/heebo.ttf') format('truetype');
  /*src: url('../fonts/heebo-variablefont_wght.ttf') format('truetype');*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: fontHeebo !important;
  font-display: swap;
}

body {
  font-family: fontHeebo !important;
  font-display: swap;
}

html {
  font-family: fontHeebo !important;
  font-display: swap;
}


