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

/* Podstawowe style FA */
.fa,.fas {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}



.fas:before { content: var(--fa) }

/* Ikony solid używane na Hotel DAL */
.fa-bars{--fa:"\f0c9"}
.fa-times{--fa:"\f00d"}
.fa-map-marker-alt{--fa:"\f3c5"}
.fa-coffee{--fa:"\f0f4"}
.fa-parking{--fa:"\f540"}
.fa-business-time{--fa:"\f64a"}
.fa-bed{--fa:"\f236"}
.fa-universal-access{--fa:"\f29a"}
.fa-calendar-alt{--fa:"\f073"}
.fa-user{--fa:"\f007"}
.fa-user-friends{--fa:"\f500"}
.fa-users{--fa:"\f0c0"}
.fa-ruler-combined{--fa:"\f546"}
.fa-check{--fa:"\f00c"}
.fa-phone{--fa:"\f095"}
.fa-envelope{--fa:"\f0e0"}
.fa-clock{--fa:"\f017"}

/* Ikony brands */
.fa-share{--fa:"\f064"}