/* Guia-Anki design system: Lato + light theme */
html {
    overflow-y: auto;
    font-family: 'Lato', sans-serif;
}

html.auth-no-scroll {
    overflow-y: hidden !important;
}
