@use "./variables" as *; @use "tailwindcss"; body { margin: 0; padding: 0; font-family: sans-serif; background: $background; color: $text-color; }