/*
Theme Name: Divichild
Description: Custom theme developed by IndexLD
Version: 1.0.0
Author: Laurent @indexld
Author URI: https://www.indexld.com
Theme URI: https://www.indexld.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* rappel des codes hex des deux couleurs: 
- Bleu primary : #72aacc (hsl(203, 47%, 62%))
- Bleu secondary : #458cb5 (hsl(202, 45%, 49%))
- Dark gray : #575756 (hsl(60, 1%, 34%))
*/

body {
	--aimargues-50: hsl(0, 0%, 100%);
	--aimargues-100: hsl(196.88, 100%, 93.73%);
	--aimargues-200: hsl(197.14, 100%, 86.27%);
	--aimargues-300: hsl(201.76, 100%, 82.16%);
	--aimargues-400: hsl(203.02, 84.31%, 80%);
	--aimargues-500: hsl(203.2, 53.19%, 72.35%);
	--aimargues-600: hsl(203.44, 32.65%, 61.57%);
	--aimargues-700: hsl(203.27, 20%, 48.04%);
	--aimargues-800: hsl(203.33, 21.43%, 32.94%);
	--aimargues-900: hsl(203.48, 25.84%, 17.45%);
	--aimargues-950: hsl(201.18, 28.81%, 11.57%);
}

@supports (color: oklch(0% 0 0)) {
	body {
		--aimargues-50: oklch(1.0000000000000002 0 none);
		--aimargues-100: oklch(
			0.9590299731669416 0.027021247380186922 223.21636666650258
		);
		--aimargues-200: oklch(
			0.9118500811118749 0.058050383601588346 224.30932197307735
		);
		--aimargues-300: oklch(
			0.8722514492459419 0.07484346452527918 233.68985389127454
		);
		--aimargues-400: oklch(
			0.8506718122555209 0.07160675388079889 236.04998282842536
		);
		--aimargues-500: oklch(
			0.7883030587496823 0.063821771189744 236.30993156768915
		);
		--aimargues-600: oklch(
			0.6990191874644383 0.0562015649578042 236.74581409951014
		);
		--aimargues-700: oklch(
			0.583792915532911 0.045059262783059655 236.34946052489275
		);
		--aimargues-800: oklch(
			0.4478899203920214 0.0353476980380654 236.51633295050374
		);
		--aimargues-900: oklch(
			0.29655428140529877 0.024976007834451208 236.90854455729055
		);
		--aimargues-950: oklch(
			0.23589501733970877 0.019406877836336135 232.49019912698722
		);
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Libre Franklin", sans-serif;
}

p,
span {
	font-family: "Eczar", serif;
}
