    
        :root {
            --easing-standard: cubic-bezier(.4, 0, .2, 1);
            --easing-enter: cubic-bezier(0, 0, .2, 1);
            --easing-leave: cubic-bezier(.4, 0, 1, 1);
            --section-margins: 50px
        }

        @media (min-width:768px) {
            :root {
                --section-margins: 70px
            }
        }

        @media (min-width:1025px) {
            :root {
                --section-margins: 110px
            }
        }
    