/* ---- Font fixes (local paths) ---- */
@font-face{
  font-family:"Pretendard Variable";
  src:url("/webfonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight:1 1000;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url("/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Ensure icons pick up the right font */
.fa-solid,.fas,.fa{font-family:"Font Awesome 6 Free"; font-weight:900;}