@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

.gpp-shadow {
    text-shadow: 2px -1px #c8b6e1;
    letter-spacing: -1px;
}

.gutter-stable {
    scrollbar-gutter: stable both-edges;
}

html {
    overflow-y: auto;
    scrollbar-gutter: stable;
}