/* LFA Branding Font Pack
   - BrandingSF Medium (used for 400/500)
   - BrandingSF Bold (700)
*/
@font-face{
  font-family: "BrandingSF";
  src: url("fonts/BrandingSF-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "BrandingSF";
  src: url("fonts/BrandingSF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "BrandingSF";
  src: url("fonts/BrandingSF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root{
  --lfa-font: "BrandingSF", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

body{
  font-family: var(--lfa-font) !important;
}

/* Headings + emphasis */
h1,h2,h3,h4,h5,h6,
.navbar-brand,
.card-title,
.modal-title,
.fw-bold,strong,b{
  font-family: var(--lfa-font) !important;
}
