/* Lokaal gehoste huisstijl-fonts (geen Google Fonts/CDN) + design-tokens.
   Bron: DM Sans + DM Serif Display (Downloads). TTF nu; woff2-optimalisatie later. */

:root {
	/* Huisstijl-kleuren (uit Figma) */
	--fleur-aubergine: #4c3d45;
	--fleur-cream:     #f5f5f5;
	--fleur-pink:      #e06283;
	--fleur-pink-soft: #f6bddd;
	--fleur-whatsapp:  #64b161;   /* WhatsApp-knop groen (Figma 477:6541) */

	/* Typografie */
	--fleur-font-sans:  "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--fleur-font-serif: "DM Serif Display", Georgia, "Times New Roman", serif;
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Regular.ttf") format("truetype");
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Medium.ttf") format("truetype");
	font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-SemiBold.ttf") format("truetype");
	font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Bold.ttf") format("truetype");
	font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Black.ttf") format("truetype");
	font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "DM Serif Display";
	src: url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "DM Serif Display";
	src: url("../fonts/DMSerifDisplay-Italic.ttf") format("truetype");
	font-weight: 400; font-style: italic; font-display: swap;
}
