/* Body */
body {
	--contrast: #ef515b;	/* Red */
	--dark: #000000;		/* Black */
	--light: #ffffff;		/* White */
	--highlight: #f0ac8f;	
}


body h1,
h2,
h3,
a,
p {
	font-family: "Segoe UI", Arial, sans-serif !important;
}

#urgence{
	color: #ef515b;
}
/* Highlight */
mark {
	background: var(--highlight);
}

/* Custom CSS - Active Theme */


/* Media Queries
--------------------------------------------- */


/* Custom CSS - This Plugin */

@media screen and (max-width: 600px) {

	.wp-block-media-text__content {
		position: initial;
	}
}

