:root {
	--primary-color: #2e2b73;
	--primary-color-hover: #3d3a91;
	--text-color: #e1e5ea;
	--text-secondary: #6c757d;
	--text-tertiary: #1e1e1e;
	--blog-card-bg: #4d5761;
	--background-color: #f7f9fc;
	--secondary-color: #00b4d8;
	--secondary-hover: #007ca6;
	--tertiary-color: #00775f;
	--tertiary-hover: #00c19a;
	--box-bg-color: rgba(217, 217, 217, 0.8);
	--error-color: #ff1b1b;
	--error-color-hover: #fc4d4d;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Source Sans 3", sans-serif;
}

nav,
h1,
h2 {
	font-family: montserrat, sans-serif;
}