gs-port / src /index.css
Scribbler310
feat: portfolio dashboard v1.0
dbc70ee
raw
history blame contribute delete
567 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-gs-light text-gs-navy font-sans antialiased;
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Outfit', sans-serif;
}
}
/* Custom styles for animations or specific components if needed */
.glass-panel {
@apply bg-white/80 backdrop-blur-md border border-white/20 shadow-xl rounded-2xl;
}