﻿/* Font Awesome Webfont fallback: ensure local fonts loaded */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/fa-solid-900.woff2") format("woff2"),
       url("../font/fa-solid-900.woff") format("woff"),
       url("../font/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/fa-brands-400.woff2") format("woff2"),
       url("../font/fa-brands-400.woff") format("woff"),
       url("../font/fa-brands-400.ttf") format("truetype");
}

/* Ensure base classes pick correct family if missing upstream */
.fas, .fa { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

/* Minimal icon aliases in use */
.fa-arrow-right:before, .fas.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before, .fas.fa-arrow-left:before { content: "\f060"; }
.fas.fa-fast-backward:before { content: "\f049"; }
.fas.fa-pause:before { content: "\f04c"; }
.fas.fa-chevron-down:before { content: "\f078"; }
.fas.fa-chevron-up:before { content: "\f077"; }
.fas.fa-exclamation:before { content: "\f12a"; }
.fab.fa-react:before { content: "\f41b"; }