:root {
  font-size: 12pt;
  --font-size-base: 1rem;
  --font-size-step: 0.125rem;
}

/* Estilo base */
body {
  font-size: var(--font-size-base);
  line-height: 1.6;
  font-family: Arial, sans-serif;
}
