:root {

    --sidebar-width-laptop: 500px;
    --sidebar-width-desktop: 550px;
    --sidebar-width-sm-laptop: 425px;

    --custom-x-padding-mobile: 5%;
    --custom-x-padding-tablet: 4%;
    --custom-x-padding-laptop: 4%;
    --custom-x-padding-desktop: 6%;
    --custom-x-padding-sm-laptop: 2%;
}

html {
    scroll-padding-top: var(--header-height, 100px);
}

.site-template__content .legal-content {
    padding-top: 4em;
    padding-bottom: 4em;
}
