@font-face {
    font-family: 'Bakemono';
    src: url('../fonts/Bakemono-Stereo-Extralight.ttf') format('truetype'),
         url('../fonts/Bakemono-Stereo-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bakemono';
    src: url('../fonts/Bakemono-Stereo-Light.ttf') format('truetype'),
         url('../fonts/Bakemono-Stereo-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bakemono';
    src: url('../fonts/Bakemono-Stereo-Regular.ttf') format('truetype'),
         url('../fonts/Bakemono-Stereo-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bakemono';
    src: url('../fonts/Bakemono-Stereo-Medium.ttf') format('truetype'),
         url('../fonts/Bakemono-Stereo-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bakemono';
    src: url('../fonts/Bakemono-Stereo-Bold.ttf') format('truetype'),
         url('../fonts/Bakemono-Stereo-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bakemono';
    src: url('../fonts/Bakemono-Stereo-Extrabold.ttf') format('truetype'),
         url('../fonts/Bakemono-Stereo-Extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

