/*
 * CheckinBook: the site now uses Font Awesome 6 Free (assets/front/css/all.min.css) instead of the template's bundled
 * Font Awesome 5 Pro. This keeps older markup and theme CSS working:
 * - "fal" (Pro light, not in Free) is drawn with the solid style;
 * - theme stylesheets that set font-family "Font Awesome 5 Pro/Free/Brands" on pseudo-elements get the FA6 files.
 */
@font-face { font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 900; font-display: block; src: url("../front/webfonts/fa-solid-900.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 400; font-display: block; src: url("../front/webfonts/fa-regular-400.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 300; font-display: block; src: url("../front/webfonts/fa-solid-900.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; font-display: block; src: url("../front/webfonts/fa-solid-900.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; font-display: block; src: url("../front/webfonts/fa-regular-400.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: 400; font-display: block; src: url("../front/webfonts/fa-brands-400.woff2") format("woff2"); }

.fal, .fa-light {
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  display: var(--fa-display, inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto;
  -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;
}
