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

[x-cloak] {
    display: none;
}
html {
    margin-right: calc(-1 * (100vw - 100%));
}
