/*
 * Official ADORA brand system (from "ADORA WEBSITE INSTRUCTIONS" creative direction deck).
 * Overrides the Lovable-prototype color/type tokens with the approved brand values.
 * Loaded after styles-B3B6o3i2.css so these custom properties win the cascade.
 */
:root {
	/* Warm Ivory — main background */
	--background: #F7F2EB;
	/* Deep Navy — primary text, CTAs, authority */
	--foreground: #15244D;
	--primary: #15244D;
	--primary-foreground: #F7F2EB;
	--accent: #15244D;
	--accent-foreground: #F7F2EB;
	--ink: #15244D;
	--ring: #15244D;

	/* Off White — clinical/light sections and product modules */
	--card: #FFFDF8;
	--card-foreground: #15244D;
	--popover: #FFFDF8;
	--popover-foreground: #15244D;
	--wash: #FFFDF8;
	--wash-deep: #F1EAE0;

	/* Stone Taupe — borders, backgrounds, secondary details (replaces the old brass accent) */
	--brass: #B9AA9B;
	--border: #B9AA9B;
	--input: #B9AA9B;
	--secondary: #F1EAE0;
	--secondary-foreground: #15244D;
	--muted: #F1EAE0;
	--muted-foreground: #6b6459;

	/* Typography: Cormorant Garamond (editorial headlines) / Inter (Avenir Next fallback) */
	--font-serif: "Cormorant Garamond", "Playfair Display", Georgia, ui-serif, serif;
	--font-sans: "Inter", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
	--default-font-family: "Inter", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
}

.font-serif {
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, ui-serif, serif !important;
}

body {
	font-family: "Inter", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
}
