@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
* {
    font-family: "EB Garamond", 'Times New Roman', Times, serif;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    scrollbar-gutter: stable;
}
body{
    color: rgb(69, 26, 3);
}

@media (min-width: 768px) {
    * {
        scroll-padding-top: 5rem;
    }
}

[un-cloak] {
    display: none;
}