@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100,200;1,100&display=swap');

body {
	background-color: #FFF;
}

.header-wrapper {
	background-color: #fffcf9;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Chivo", sans-serif;
	padding: 15px 0;
}

.header__logo {
	height: 55px;
}
