/* ChairHog icon fonts.
   The stock Valex icons.css imported 14 icon families (~158MB on disk).
   ChairHog's pages only use these five, so the other nine packages are not
   shipped and their @import lines are removed — leaving them in would 404.

   If you start using another family, copy its package into
   wwwroot/assets/icon-fonts/ (css + font files only) and add the @import here. */

@import url("../icon-fonts/bootstrap-icons/icons/font/bootstrap-icons.css");   /* bi bi-*   */
@import url("../icon-fonts/feather/feather.css");                              /* fe fe-*   */
@import url("../icon-fonts/line-awesome/1.3.0/css/line-awesome.css");          /* las la-*  */
@import url("../icon-fonts/boxicons/css/boxicons.css");                        /* bx bx-*   */
@import url("../icon-fonts/fontawesome/css/all.css");                          /* fa fa-*   */
