/* Tailwind Config */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Sanftes Scrollen */
html {
    scroll-behavior: smooth;
}

/* Custom Styles */
body {
    font-family: 'Inter', sans-serif;
}
