/* ── Tipografía general ─────────────────────────────── */
body {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ── Navbar ─────────────────────────────────────────── */
.navbar {
  border-bottom: 1px solid #e0e0e0;
}

/* ── Separadores ────────────────────────────────────── */
hr {
  margin: 1.5rem 0;
  border-color: #e8e8e8;
}

/* ── Jerarquía de color en textos ──────────────────── */
:root {
  --bs-heading-color: #0e1b23;
  --bs-body-color: #2c2c2c;
}

h1, h2 {
  color: #0e1b23 !important;
}

h3 {
  color: #193644 !important;
}

strong {
  color: #5B6274;
}

/* ── Botón de descarga CV ───────────────────────────── */
.btn-outline-primary {
  margin-bottom: 1.5rem;
}
