@font-face {
    font-family: 'FKScreamer';
    src: url('./fonts/FKScreamer-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FKScreamer';
    src: url('./fonts/FKScreamer-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FKScreamer';
    src: url('./fonts/FKScreamer-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FKScreamer';
    src: url('./fonts/FKScreamer-Black.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Plain';
    src: url('./fonts/Plain-Thin.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Plain';
    src: url('./fonts/Plain-Light.otf') format("opentype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Plain';
    src: url('./fonts/Plain-Regular.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Plain';
    src: url('./fonts/Plain-Medium.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Plain';
    src: url('./fonts/Plain-Bold.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Plain';
    src: url('./fonts/Plain-Black.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
}