/* === Beaufort Override for DmnCMS (TTF-only) ===
   1) Upload this folder structure to your site root:
      /assets/css/beaufort-override.css
      /assets/fonts/beaufort/BeaufortforLOL-*.ttf
   2) Include the CSS last in <head>:
      <link rel="stylesheet" href="/assets/css/beaufort-override.css?v=1">
*/

@font-face{
  font-family: 'Beaufort-Override';
  src: url('../fonts/beaufort/BeaufortforLOL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Beaufort-Override';
  src: url('../fonts/beaufort/BeaufortforLOL-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Force apply site-wide */
html, body, h1, h2, h3, h4, h5, h6,
.nav, .menu, .btn, .button, .navbar, .header, .footer,
.page-title, .section-title, .widget-title,
a, p, span, input, textarea, select, label, small, strong, em {
  font-family: 'Beaufort-Override', sans-serif !important;
}
html, body, h1, h2, h3, h4, h5, h6,
.nav, .menu, .btn, .button, .navbar, .header, .footer,
.page-title, .section-title, .widget-title,
a, p, span, input, textarea, select, label, small, strong, em {
  font-family: 'Beaufort-Override', sans-serif !important;
  letter-spacing: 0.5px; /* 👈 chỉnh khoảng cách chữ */
}
