/* Локальные шрифты */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype");
}

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

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

@font-face {
  font-family: "awb-icons";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    url("/fonts/awb-icons.woff") format("woff"),
    url("/fonts/awb-icons.ttf") format("truetype"),
    url("/fonts/awb-icons.svg#awb-icons") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    url("/fonts/icomoon.woff") format("woff"),
    url("/fonts/icomoon.ttf") format("truetype"),
    url("/fonts/icomoon.svg#icomoon") format("svg");
}
