@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./assets/fonts/Montserrat-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
  padding: 3em 0;
  font-family: "Montserrat", Arial, sans-serif;
  background: url("./assets/images/MAGNIN-HOME-1.jpeg") center/cover no-repeat;
  color: #ecf0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.container {
  display: block;
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: 1140px;
}

.maintenance-container {
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(44, 62, 80, 0.9);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.logo {
  display: block;
  height: auto;
  width: clamp(100px, 10vw, 150px);
}

h1 {
  font-size: clamp(25px, 5vw, 45px);
  color: #3498db;
  margin: 0.3em 0;
}

.contact h2 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.contact ul {
  list-style: none;
  padding: 0;
}
.contact ul li {
  margin: 0.3rem 0;
}
.contact ul li a {
  color: #3498db;
  text-decoration: none;
}
.contact ul li a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social a {
  display: inline-block;
}
.social a img {
  width: 32px;
  height: 32px;
}

/*# sourceMappingURL=styles.css.map */
