/*
 * The Arches stylesheets from assets.acc.org (acc_uc.min.css) render link/tel/fax
 * icons via CSS pseudo-elements with font-family "Font Awesome 6 Pro","Font Awesome 5 Pro"
 * and only ship the codepoints - the host page must declare the Pro font family.
 * The removed kit.fontawesome.com loader used to do this; declare it here against the
 * repo's vendored Pro 5.13.1 fonts (vue-app-login/src/assets/icons/webfonts).
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/vue-app-login/src/assets/icons/webfonts/fa-solid-900.woff2) format("woff2"),
       url(/vue-app-login/src/assets/icons/webfonts/fa-solid-900.woff) format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/vue-app-login/src/assets/icons/webfonts/fa-regular-400.woff2) format("woff2"),
       url(/vue-app-login/src/assets/icons/webfonts/fa-regular-400.woff) format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/vue-app-login/src/assets/icons/webfonts/fa-light-300.woff2) format("woff2"),
       url(/vue-app-login/src/assets/icons/webfonts/fa-light-300.woff) format("woff");
}
