/**
 * Global typeface — Times New Roman (serif fallback).
 * Loaded after Bootstrap so reboot/sans-serif does not win.
 * Icon fonts (Font Awesome) are excluded.
 */
html,
body {
  font-family: "Times New Roman", Times, serif !important;
}

h1, h2, h3, h4, h5, h6,
p, a, span, div, label, li, td, th, small, strong, em, legend,
input, button, textarea, select, option {
  font-family: "Times New Roman", Times, serif !important;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands", sans-serif !important;
}
