:root {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.header__menu__link {
  font-family: "Roboto", sans-serif;
  font-size: 1.0625rem !important;
  font-weight: 300;
}
.navigation__link{
	color: #363636;
	font-size: 16px !important;
}
.navigation__link_state_active{
	color: #008DD5 !important;
	font-weight: 700;
}