body {
  font-family: 'Roboto', sans-serif;
}

nav .brand-logo {
  font-weight: 500;
}

.slider {
  height: 600px !important;
}

.slider .slides li img {
  background-size: cover;
  background-position: center;
  height: 600px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
