@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
html {
    font-size: 10px;
}
body {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    align-items: center;
    margin: 0;
    background-color: #163c1a;
    background-image: url("/images/backgrounds/black-felt.png");
    background-repeat: repeat;
    color: rgb(255, 255, 255);
}
