/*!
 * Viviaza © 2026 — css/fa/fa-regular-viviaza.css (v1.0.0 — 06/07/2026)
 *
 * FontAwesome 6.5.2 Regular — SUBSET propio. Reemplaza regular.min.css de cdnjs.
 * Contiene la fuente con SOLO los 23 íconos "regular" que usa el sitio
 * (bell, building, calendar, calendar-check, circle-check, clock, comment-dots,
 *  comments, copy, envelope, eye, face-sad-tear, folder-open, heart, id-card,
 *  images, lightbulb, newspaper, note-sticky, paper-plane, rectangle-list,
 *  star, user). woff2: 25 KB → ~3.5 KB.
 *
 * Los `content` los da el core fontawesome.min.css (que se mantiene); aquí SOLO
 * el @font-face al subset + el peso 400. Misma familia que solid ("Font Awesome
 * 6 Free"), distinta por font-weight.
 *
 * Si se usa un ícono fa-regular NUEVO, sale tofu → regenerar con
 * herramientas/fa_subset/build_subset_solid_regular.py.
 * FA Free 6.5.2 — Icons: CC BY 4.0 · Fonts: SIL OFL 1.1 · Code: MIT (Fonticons, Inc.)
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}

@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(fa-regular-subset.woff2?v=1.0.0) format("woff2")
}

.fa-regular,.far{font-weight:400}
