/* Local overrides to prevent any external font loads. */

@font-face {
  font-family: "ES Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "ES Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "ES Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

:root {
  --fa-style-family-brands: "ES Font Awesome 6 Brands";
  --fa-style-family-classic: "ES Font Awesome 6 Free";
  --fa-font-brands: normal 400 1em/1 var(--fa-style-family-brands);
  --fa-font-regular: normal 400 1em/1 var(--fa-style-family-classic);
  --fa-font-solid: normal 900 1em/1 var(--fa-style-family-classic);
}

