@font-face {
    font-family: 'Komika Axis';
    src: url('./fonts/komika.ttf') format('truetype');
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'CustomFont';
    src: url('./fonts/black.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

/* Fallback for black font using system fonts if needed */
@font-face {
    font-family: 'BlackFont';
    src: url('./fonts/black.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}