@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap’);
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
–background: 30 30% 98%;
–foreground: 20 10% 10%;
--card: 0 0% 100%;
--card-foreground: 20 10% 10%;
--popover: 0 0% 100%;
--popover-foreground: 20 10% 10%;
--primary: 40 40% 90%;
--primary-foreground: 20 10% 10%;
--secondary: 30 15% 90%;
--secondary-foreground: 20 10% 10%;
--muted: 30 10% 95%;
--muted-foreground: 20 10% 40%;
--accent: 20 40% 90%;
--accent-foreground: 20 10% 10%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 20 10% 85%;
--input: 20 10% 85%;
--ring: 20 40% 80%;
--radius: 0.5rem;
--sidebar-background: 0 0% 98%;
--sidebar-foreground: 240 5.3% 26.1%;
--sidebar-primary: 240 5.9% 10%;
--sidebar-primary-foreground: 0 0% 98%;
--sidebar-accent: 240 4.8% 95.9%;
--sidebar-accent-foreground: 240 5.9% 10%;
--sidebar-border: 220 13% 91%;
--sidebar-ring: 217.2 91.2% 59.8%;
}
.dark {
–background: 20 10% 5%;
–foreground: 0 0% 95%;
--card: 20 10% 7%;
--card-foreground: 0 0% 95%;
--popover: 20 10% 7%;
--popover-foreground: 0 0% 95%;
--primary: 40 30% 20%;
--primary-foreground: 0 0% 95%;
--secondary: 30 10% 15%;
--secondary-foreground: 0 0% 95%;
--muted: 20 10% 15%;
--muted-foreground: 20 10% 70%;
--accent: 20 30% 15%;
--accent-foreground: 0 0% 95%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 95%;
--border: 20 10% 20%;
--input: 20 10% 20%;
--ring: 20 30% 30%;
--sidebar-background: 240 5.9% 10%;
--sidebar-foreground: 240 4.8% 95.9%;
--sidebar-primary: 224.3 76.3% 48%;
--sidebar-primary-foreground: 0 0% 100%;
--sidebar-accent: 240 3.7% 15.9%;
--sidebar-accent-foreground: 240 4.8% 95.9%;
--sidebar-border: 240 3.7% 15.9%;
--sidebar-ring: 217.2 91.2% 59.8%;
}
}
@layer base {
- {
@apply border-border;
} body {
@apply bg-background text-foreground font-sans;
} .hover-underline {
@apply relative after:absolute after:w-full after:scale-x-0 after:h-0.5 after:bottom-0 after:left-0 after:bg-foreground after:origin-bottom-right after:transition-transform after:duration-300 hover:after:scale-x-100 hover:after:origin-bottom-left;
} .hover-scale {
@apply transition-transform duration-300 ease-out hover:scale-105;
} /* Blur up image effect */
.image-container {
position: relative;
overflow: hidden;
} .image-blur {
filter: blur(20px);
transform: scale(1.1);
transition: filter 0.5s ease-out, transform 0.5s ease-out;
} .image-blur.loaded {
filter: blur(0);
transform: scale(1);
}
}




