﻿:root {
    --theme-border-radius: 0;
    --theme-container-width: 50vw;
}

@media (max-width: 800px) {
    :root {
        --theme-container-width: 350px;
    }
}