:root {
    --pico-primary-background: #2980F2;
}
#sveltekit-body {
    display: flex;
    flex-flow: column nowrap;
    min-height: 100dvh;
    scroll-behavior: smooth;
}
