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

body {
    color: white;
    background: #0f0f0f;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}