@import url(./styles/main-content.css);
@import url(./styles/footer.css);
@import url(./styles/gallery.css);
@import url(./styles/header.css);
@import url(./styles/cards.css);
@import url(./styles/review.css);
@font-face {
  font-family: Cinzel;
  src: url(./src/fonts/Cinzel/Cinzel-VariableFont_wght.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(./src/fonts/Roboto/static/Roboto-Regular.ttf);
}
body {
  margin: 0;
  font-family: "Roboto";
  background: url(./src/img/bg/bg.jpg);
  color: white;
  line-height: 1.6;
}

a {
  color: inherit;
}

section {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
}
