@font-face {
    font-family: 'Segoe UI';
    src: url('src/fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Perfect DOS';
    src: url('src/fonts/PerfectDOS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida BSOD';
    src: url('src/fonts/lucidabsod.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow: hidden;
    overflow-x: hidden;
}