@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./roboto-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('./LeagueSpartan-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bookman Old Style';
    font-style: normal;
    font-weight: 400;
    src: url('./BOOKOS.TTF') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./Poppins-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'MoonDance';
    font-style: normal;
    font-weight: 400;
    src: url('./MoonDance-Regular.ttf') format('truetype');
}


.font-default {
    font-family: inherit;
}

.font-cursive {
    font-family: cursive;
}

.font-monospace {
    font-family: monospace;
}

.font-serif {
    font-family: serif;
}

.font-sans-serif {
    font-family: sans-serif;
}

.font-fantasy {
    font-family: fantasy;
}

.font-Roboto {
    font-family: Roboto;
}

.font-LeagueSpartan {
    font-family: 'League Spartan';
}

.font-BookmanOldStyle {
    font-family: 'Bookman Old Style';
}

.font-Poppins {
    font-family: 'Poppins';
}

.font-MoonDance {
    font-family: 'MoonDance';
}
