/* Import Halogen via @font-face si disponible localement */
 @import url("https://use.typekit.net/ypr4grt.css");


body {
  margin: 0;
  padding: 0;
  background: url('assets/art-cuisines.jpg') no-repeat center center/cover;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  max-width: 600px;
}

h1 {
  font-family: 'Halogen', sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.intro {
  margin-bottom: 1rem;
  line-height: 1.6;
}

address {
  font-style: normal;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

address a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.hours {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  line-height: 1.6;
}

footer {
  font-family: 'Halogen', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

footer img {
width: calc(15.92815vw + 73.86614px);
    margin-top: 3rem;
}
footer span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  main {
    max-width: 90%;
  }
  .intro, address, .hours {
    font-size: 0.95rem;
  }
  footer {
    font-size: 1.2rem;
  }
}
