/* Megabyte Font Family */
@font-face {
  font-family: 'Megabyte';
  src: url("/assets/MegabyteRegular-9770e167.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Megabyte';
  src: url("/assets/MegabyteMedium-fe2a442a.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Megabyte';
  src: url("/assets/MegabyteBold-c30da253.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Megabyte';
  src: url("/assets/MegabyteBlack-408c37d5.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Apply Barlow as default font */
body {
  font-family: 'Barlow', ui-sans-serif, system-ui, sans-serif;
}

/* Heading font utility class */
.font-heading {
  font-family: 'Megabyte', ui-sans-serif, system-ui, sans-serif;
}
