/* 15	=	preprod.scandolagency.ch
 * Last update : 22.7.25
/*

/* === VARIABLES === */

:root {
	/* === Colors === */
	--color-main: #282e5c;
	--color-primary: #ef7a30;
	--color-dark : #282e5c;

	/* === Typography === */
	--typo-title : 'Zen Dots', sans-serif;
	--typo-main : 'Roboto', sans-serif;
	}

/* typo */
html,
body {
	font-weight: var(--fw-regular);
}
h2,
h2.title {
	font-family: var(--typo-main);
}
#title-light h2 {
	font-weight: var(--fw-light);
	letter-spacing: var(--letter-spacing);
}
#title-zendots h2 {
	font-family: var(--typo-title);
	letter-spacing: var(--letter-spacing);
}
#footer-zendots h2 {
	font-family: var(--typo-title);
	letter-spacing: var(--letter-spacing);
}
#footer-zendots {
	border-top: 5px solid var(--color-primary);
	border-bottom: 2px solid var(--color-lightgrey);
}
p,
main ul,
main ol {
	font-size: var(--fs-md);
}

/* colors */

/* header */
.header {
	display: none;
}


/* footer */
footer {
	background-color: var(--color-main);
}