:root {
    --font-playfair: "Playfair Display", "Playfair Display Fallback";
    --background: 210 20% 98%;
    --foreground: 222 47% 15%;
    --card: 0 0% 100%;
    --card-foreground: 222 47% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 222 47% 15%;
    --primary: 222 55% 23%;
    --primary-foreground: 0 0% 100%;
    --secondary: 197 55% 38%;
    --secondary-foreground: 0 0% 100%;
    --muted: 210 15% 93%;
    --muted-foreground: 222 15% 45%;
    --accent: 197 76% 70%;
    --accent-foreground: 222 47% 15%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 210 15% 88%;
    --input: 210 15% 88%;
    --ring: 222 55% 23%;
    --accent-green: 78 64% 52%;
    --radius: .5rem;
}

.playfair_display_fed1534a-module__F9WnGq__variable {
    --font-playfair: "Playfair Display", "Playfair Display Fallback";
}

.font-serif {
    font-family: var(--font-playfair), Georgia, serif;
}

body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: 'Lato', system-ui, sans-serif;
}
