@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #026e57;
}

.container {
	width: 1100px;
}

.header {
	width: 100%;
	padding: 20px 40px;
}

.header__logo img {
	width: 350px;
}
