@import "variables.css";

body {
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: var(--alstede-orange);
}

h1.site-title {
	font-family: auto-pro-new, sans-serif;
}

.entry-content h3 {
	font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--alstede-blue-text);
	font-family: 'myriad-pro', sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: lowercase;
}

.archive header.page-header {
	display: none;
}

.material-symbols-outlined {
	 font-variation-settings:
			 'FILL' 0,
			 'wght' 400,
			 'GRAD' 0,
			 'opsz' 24;
	font-family: 'Material Symbols Outlined';
	-webkit-font-feature-settings: 'liga';
}

body, button, input, select, textarea {
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
}
