/* ==========================================================================
   MU Web Fonts — 29LT Bukra (self-hosted)
   Almadain University College  ·  v1.1.0  ·  2026

   Companion to mu-tokens.css. Loaded AFTER mu-tokens.css so the body-font
   override can use var(--mu-font-body).

   Files licensed for self-hosting; sourced from the MU Brand Custodian.
   .ttf used as a Phase 1 quickstart; planned migration to subset .woff2 in
   the perf phase. Tracked: [REPLACE-FONTS-WITH-WOFF2-SUBSET]
   ========================================================================== */

@font-face {
  font-family: '29LT Bukra';
  src: url('https://muimages2025.blob.core.windows.net/images/PowerPages/fonts/29ltbukralight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LT Bukra';
  src: url('https://muimages2025.blob.core.windows.net/images/PowerPages/fonts/29ltbukraregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LT Bukra';
  src: url('https://muimages2025.blob.core.windows.net/images/PowerPages/fonts/29ltbukrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29LT Bukra';
  src: url('https://muimages2025.blob.core.windows.net/images/PowerPages/fonts/29ltbukrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================================
   Bukra activation — overrides stock Power Pages theme.css/portalbasictheme.css
   (Segoe UI, Arial, Helvetica, Calibri) and inline `font-family: Arial` /
   `font-family: 'Poppins'` declarations across templates.

   Brand-doc compliance: "Web font of record — 29LT Bukra".
   Logged exception: `code, pre, kbd, samp` keep their monospace stack — code
   readability comes first.
   ========================================================================== */

html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, dt, dd, blockquote, cite,
button, input, select, textarea, label, fieldset, legend,
.navbar, .navbar-brand, .navbar-brand-text, .navbar-nav,
.siteTitle, .custom-sitetitle, .nav-link, .dropdown-item,
.btn, .form-control, .form-label,
.entity-form, .form-group {
  font-family: var(--mu-font-body) !important;
}

/* Preserve monospace where it makes sense */
code, pre, kbd, samp, tt, .mu-mono {
  font-family: var(--mu-font-mono) !important;
}
