@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinecraftTen';
    src: url('../fonts/MinecraftTen.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegularBold';
    src: url('../fonts/RegularBold.woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Regular', 'Arial', sans-serif;
    overflow-x: hidden;
    position: relative;
    background-color: #1a1a1a;
}