
@font-face {
    font-family: 'DragonFire';
    src: url('../fonts/dragonfire.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-dragon{
    font-family: 'DragonFire' , sans-serif;
    color: #5b4339;
}

@font-face {
    font-family: 'Qatar2022';
    src: url('../fonts/Qatar2022-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-qatar{
    font-family: 'Qatar2022', sans-serif;
    color: #5b4339;
}

@font-face {
    font-family: 'Cano';
    src: url('../fonts/Cano.otf') format('opentype');
}

.font-cano{
    font-family: 'Cano', sans-serif;
}


@font-face {
    font-family: 'Radiometry';
    src: url('../fonts/radiometry.ttf') format('truetype');
}

.font-radiometry{
    font-family: 'Radiometry',sans-serif;
}