@tailwind base;
@tailwind components;
@tailwind utilities;

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100vh;
}

[x-cloak] {
    display: none;
}

body:not(.snowy) .embedim-snow {
    display: none;
}

.embedim-snow {
    background: lightblue;
}

.snow-toggle {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100% !important;
    color: white;
    border: none;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 99;
    font-size: 1.5rem;
}
