:root {
    /* --baseline: 2.5rem; */
}

.link.active {
    text-decoration: underline !important;
}
@media (hover: hover) {
    .link:hover {
        text-decoration: underline 1px !important;
    }
}

.hide-scrollbar::-webkit-scrollbar {display: none;}
.hide-scrollbar {-ms-overflow-style: none; scrollbar-width: none;}

.hide {display: none !important;}
.invisible {opacity: 0 !important;}
.stop {overflow: hidden;}


@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media (hover: hover) {}