@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

@font-face {
    font-family: 'Geist Mono';
    src: url('https://assets.vercel.com/raw/upload/v1703066388/fonts/geist-mono/GeistMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geist Mono';
    src: url('https://assets.vercel.com/raw/upload/v1703066388/fonts/geist-mono/GeistMono-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('https://assets.vercel.com/raw/upload/v1703066388/fonts/geist-sans/Geist-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('https://assets.vercel.com/raw/upload/v1703066388/fonts/geist-sans/Geist-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

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