/* Kardust Expanded Bold Font Definition */
@font-face {
  font-family: "Kardust Expanded Bold";
  src: url("./kardust-expanded-bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Alternative fallback if the exact font name differs */
@font-face {
  font-family: "Kardust";
  src: url("./kardust-expanded-bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Instructions for manual font download:
   1. Download the Kardust Expanded Bold font from: https://en.maisfontes.com/kardust-expanded-bold.font
   2. Save the .ttf file as 'kardust-expanded-bold.ttf' in this same directory
   3. The font will then be available for use in the application
*/
