/* ===== Fuente unificada de Reséñalos: Plus Jakarta Sans ===== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Texto general: forzar Plus Jakarta Sans */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, ul, ol, dl, dt, dd,
button, input, textarea, select, label, legend,
table, thead, tbody, tr, td, th, caption,
blockquote, strong, b, em, small, code, pre,
nav, header, footer, section, article, aside, main, figure, figcaption,
.btn, .card, .badge, .nav-link, .dropdown-item {
  font-family: 'Plus Jakarta Sans', system-ui,
set +H
cd ~/domains/resenalos.com/public_html
cat > public/css/fuente-global.css <<'CSS'
/* ===== Fuente unificada de Reséñalos: Plus Jakarta Sans ===== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Texto general: forzar Plus Jakarta Sans */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, ul, ol, dl, dt, dd,
button, input, textarea, select, label, legend,
table, thead, tbody, tr, td, th, caption,
blockquote, strong, b, em, small, code, pre,
nav, header, footer, section, article, aside, main, figure, figcaption,
.btn, .card, .badge, .nav-link, .dropdown-item {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* ===== Proteger los iconos (Font Awesome v5/v6, free y brands) ===== */
.fa, .fas, .far, .fab, .fal, .fad, .fass,
.fa-solid, .fa-regular, .fa-brands, .fa-light, .fa-thin, .fa-duotone,
[class^="fa-"], [class*=" fa-"],
.material-icons, .material-symbols-outlined, .glyphicon, .bi {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro",
               "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome",
               "Material Icons", "Material Symbols Outlined", "Glyphicons Halflings",
               "bootstrap-icons" !important;
}
