/* Content */

body {
  font-family: 'Libre Franklin', sans-serif;
  background-color: #000; /* fondo negro unificado */
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2em;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
}

p {
  font-size: 1.1em;
  max-width: 600px;
  margin-bottom: 1.5em;
  color: #eee;
}

a {
  color: #b61212; /* tono rojo SEP clásico */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

/* --- Fullscreen image fix for MACDO gallery --- */
.image-gallery img {
  height: 100vh !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
