
:root {
	--fontStyle: 'Bitter';
	--fontSize: 11pt;
	--maxWidth: 60em;
	--color: #414141;
	--weight: 400;
	--strongWeight: 600;
	--headColor: black;
	--headWeight: 500;
	--bgColor: white;
	--linkColor: #2045f3;
	--linkHoverColor: #1934b7;
	/* https://isotropic.co/hex-color-to-css-filter/ */
	--linkColorFilter: invert(17%) sepia(100%) saturate(3459%) hue-rotate(232deg) brightness(98%) contrast(96%);
	--navColor: #505050;
	--navBrdColor: #e2e5e9;
	--btnBgColor: #ecefff;
	--metaColor: #767676;
	--blockMargin: 1ex;
	--footerHeight: 2rem;
}