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

@layer components {
    :root {
        font-family: "Inter", sans-serif;
    }
}