:root {
  --color-principal: #007480;
  --color-secundario: #8861AB;
  --color-tercero: #bf1f2f;
  --color-hover: limegreen;

  --color-texto: #333;
  --color-fondo: #f9f9f9;
  --color-footer: #79696b;
  --color-footer-texto: white;

  --fuente-base: 'DM Serif Text', serif;

  --radio-borde: 6px;
  --sombra-suave: 0 0 10px rgba(0, 0, 0, 0.15);
}

body {
  margin: 0;
  font-family: var(--fuente-base);
  background-color: var(--color-fondo);
  color: var(--color-texto);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* Variantes de la fuente */
.dm-serif-text-regular {
  font-family: var(--fuente-base);
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: var(--fuente-base);
  font-weight: 400;
  font-style: italic;
}
