@import './styles.css';
@import "../../node_modules/flag-icons/css/flag-icons.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
section.legal {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  min-height: 100vh;
  margin-left: 2rem;
  text-align: center;
}
section.legal h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
section.legal h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
section.legal a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}/*# sourceMappingURL=mentions-legales.css.map */