/* Heebo - Self-hosted fonts */

/* Heebo Variable Font - Supports all weights (100-900) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype-variations');
}

/* Fallback for browsers that don't support variable fonts */
/* Heebo Light (300) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype');
}

/* Heebo Regular (400) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype');
}

/* Heebo Medium (500) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype');
}

/* Heebo Bold (700) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype');
}

/* Heebo Extra Bold (800) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype');
}

/* Heebo Black (900) */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/heebo/Heebo-Variable.ttf') format('truetype');
}
