@charset "utf-8";

:root {
    --header-height: 33px;
    --margin-between-header: 20px;
    --color-main: #0A00FF;
    --color-sub1: #050080;
    --color-back: #FAFAFA;
}

@media screen and (max-width: 1000px) {
    :root {
        --header-height: 25px;
        --margin-between-header: 15px;
    }
}