/* general: fonts
----------------------------------------------- */
@font-face {
	font-family: 'Montserrat-bold';
	src: url('/assets/fonts/Montserrat-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'roboto';
	src: url('/assets/fonts/Roboto-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

:root {
	/* general */
	--light-blue-color-rgb: 32,167,241;
	--purple-color-rgb: 0,5,53;

	/* header */
	--header-font-family: 'Montserrat-bold', sans-serif;
}

/* # general
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--header-font-family); color: rgb(var(--purple-color-rgb)); font-weight: 700; }