@font-face {
    font-family: Inter;
    src: url("../font/Inter_18pt-Medium.ttf");
}

@font-face {
    font-family: InterLight;
    src: url("../font/Inter_18pt-Light.ttf");
}

* {
    font-family: Inter, serif;
    color: white;
}

body {
    background-color: #282828;
    overflow-x: hidden;
}

#root {
    margin-bottom: 12px;
    margin-top: 12px;
}