:root {
    --color-orange: #f9a620;
    --color-mustard: #ffd449;
    --color-lime: #aab03c;
    --color-forest: #548c2f;
    --font-game: 'Press Start 2P', cursive;
}

* {
    font-family: var(--font-game), cursive;
}

body {
    background-color: #0f1a0a;
    color: #f5f5f5;
}

