@import url('https://fonts.googleapis.com/css2?family=Rye&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    font-family: "Ubuntu Mono", sans-serif;
}

html {
    overflow:   scroll;
}
  
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

a:link {
    text-decoration: none !important;
}

@media screen and (min-width: 765px) {
    nav.grid > *:last-child {
        justify-content: end !important;
    }
}

p > code {
    padding: 0;
}
