:root {
    --space-3: 1rem !important;
    --font-size-increment: 2px;
}

@media screen and (max-width: 600px) {
    :root {
        --space-3: 0.6rem !important
    }
}
