@font-face {
    font-family: 'FC Ekaluck';
    src: url('fonts/fc-ekaluck/FCEkaluckBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FC Ekaluck';
    src: url('fonts/fc-ekaluck/FCEkaluckItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FC Ekaluck';
    src: url('fonts/fc-ekaluck/FCEkaluckBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FC Ekaluck';
    src: url('fonts/fc-ekaluck/FCEkaluckLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FC Ekaluck';
    src: url('fonts/fc-ekaluck/FCEkaluckLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FC Ekaluck';
    src: url('fonts/fc-ekaluck/FCEkaluckRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

