:root {
    --accent-color: green;
}

html {
    height: 100%;
    width: 100%;
    font-family: monospace;
    font-size: 1rem;
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    background-color: #171c1a;
    color: #d3dedb;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
}