/* Path: src/styles/tailwind.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: 0.3s all;
}