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

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

a {
	color: #CD2122;
}

body {
	background-color: #FFF;
}

.container {
	width: 1200px;
}

.header {
	width: 100%;
	padding: 15px 30px;
	border-top: 3px solid #000;
}

.header__logo img {
	width: 447px;
}