@tailwind base;
@tailwind components;
@tailwind utilities;

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.tigher {
    letter-spacing: -1px;
}