﻿:root {
    /*Header*/
    --header-height: 85px;
    --logo-width: 170px;
}

@media only screen and (max-width: 1023px) {
    :root {
        --header-height: 70px;
    }
}
