Home

@import url(‘https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Libre+Franklin:wght@300;400;500;600&display=swap’);

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
:root {
–background: 40 33% 96%;
–foreground: 30 10% 15%;

–card: 40 30% 93%;
–card-foreground: 30 10% 15%;

–popover: 40 33% 96%;
–popover-foreground: 30 10% 15%;

–primary: 142 20% 38%;
–primary-foreground: 40 33% 96%;

–secondary: 30 25% 85%;
–secondary-foreground: 30 10% 20%;

–muted: 35 20% 90%;
–muted-foreground: 30 8% 50%;

–accent: 22 40% 65%;
–accent-foreground: 40 33% 96%;

–destructive: 0 84.2% 60.2%;
–destructive-foreground: 210 40% 98%;

–border: 35 18% 85%;
–input: 35 18% 85%;
–ring: 142 20% 38%;

–radius: 0.75rem;

–font-heading: ‘Cormorant Garamond’, serif;
–font-body: ‘Libre Franklin’, sans-serif;

–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%;
}
}

@layer base {
* {
@apply border-border;
}

body {
@apply bg-background text-foreground font-body antialiased;
}

h1, h2, h3, h4, h5, h6 {
font-family: var(–font-heading);
}
}