﻿:root {
	--font: "Open Sans";
	--font-size: 16px;
	--font-weight: 400;
	--heading-font: var(--font);
	--heading-weight: 700;
	--line-height: 1.23;
	--main-background: #ffffff;
	--white: #ffffff;
	--background: #F1F4F5;
	--light-grey1: #F1F4F5;
	--light-grey1transparent: #F1F4F585;
	--light-grey2: #CBD4D9;
	--light-grey3: #B8C5CC;
	--light-yellow: #F9F3E0;
	--table-border: #D5D4DF;
	--table-disabled: #F2F3F7;
	--dark-grey: #5A7E84;
	--dark-blue: #004485;
	--blue: #005EB8;
	--light-blue: #0082FF;
	--lightbluewithtransparency: #0082FF29;
	--black: #262626;
	--green: #2D8956;
	--switch-green: #77AF54;
	--active-green: #36BD00;
	--toast-green: #368D00;
	--red: #FF2B2B;
	--dark-red: #DD0A0A;
	--amber: #FF9000;
	--box-shadow: 0px 0px 16px 0px #00000014;
	--navbarheight: 5em;
	--max-content-width: 1200px;
	--button-halo-width: 6px;
	--orange: #F09536;
}
