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

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

a {
	color: #730E20;
}

body {
	background-color: #fff;
}

.header {
	width: 100%;
}

.header__logo {
	padding: 20px;
	display: inline-block;
}

.header__logo img {
	width: 200px;
}