sitammeur's picture
Upload 10 files
a17bf5b verified
raw
history blame contribute delete
285 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply font-sans antialiased text-slate-900 bg-slate-50;
font-family: 'Inter', sans-serif;
}
}