/**
 * Corrección de tamaños de fuente para SGD
 * Para mantener consistencia visual con research-web
 * Fecha: 2026-01-23
 */

/* Reset del tamaño base de HTML para consistencia con Bootstrap 5 */
html {
  font-size: 16px !important; /* Bootstrap 5 default, sobrescribe el 62.5% de main.css */
}

/* Tamaño base del body */
body {
  font-size: 1rem !important; /* 16px */
  line-height: 1.5 !important;
}

/* Aumentar tamaños de títulos */
h1, .h1 {
  font-size: 2.5rem !important; /* 40px */
}

h2, .h2 {
  font-size: 2rem !important; /* 32px */
}

h3, .h3 {
  font-size: 1.75rem !important; /* 28px */
}

h4, .h4 {
  font-size: 1.5rem !important; /* 24px */
}

h5, .h5 {
  font-size: 1.25rem !important; /* 20px */
}

h6, .h6 {
  font-size: 1rem !important; /* 16px */
}

/* Botones más grandes */
.btn {
  font-size: 1rem !important;
  padding: 0.5rem 1rem !important;
}

.btn-sm {
  font-size: 0.875rem !important;
  padding: 0.25rem 0.5rem !important;
}

.btn-lg {
  font-size: 1.125rem !important;
  padding: 0.75rem 1.5rem !important;
}

/* Cards y contenido */
.card {
  font-size: 1rem !important;
}

.card-title {
  font-size: 1.25rem !important;
}

.card-text {
  font-size: 1rem !important;
}

/* Tablas */
.table {
  font-size: 1rem !important;
}

/* Forms */
.form-control,
.form-select {
  font-size: 1rem !important;
}

.form-label {
  font-size: 1rem !important;
}

/* Navegación y sidebar */
.sidebar {
  font-size: 1rem !important;
}

/* Alertas y badges */
.alert {
  font-size: 1rem !important;
}

.badge {
  font-size: 0.875rem !important;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 1rem !important;
}

/* Dropdown menus */
.dropdown-menu {
  font-size: 1rem !important;
}

.dropdown-item {
  font-size: 1rem !important;
}

/* Modales */
.modal-title {
  font-size: 1.5rem !important;
}

.modal-body {
  font-size: 1rem !important;
}

/* Listas */
ul, ol {
  font-size: 1rem !important;
}

/* Párrafos */
p {
  font-size: 1rem !important;
}

/* Small text */
small, .small {
  font-size: 0.875rem !important;
}

/* Highlight text para dropdown del menú hamburguesa */
.highlight-text {
  color: #ffb90b;
  font-weight: 600;
}
