@font-face {
    font-family: Inter;
    src: url('/fonts/Inter-VariableFont_slnt,wght.ttf');
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #414141;
    overflow-x: hidden;
    color: #BBB;
    font-size: 12px;
    font-family: Inter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}