/*!
 *  Font Awesome 6.0  - ADF Extension
 *  Used to add additional font-awesome options
 */

/* additional font-awesome icon sizes */
.fa-15x {
  font-size: 15em;
}
.fa-16x {
  font-size: 16em;
}
.fa-17x {
  font-size: 17em;
}
.fa-18x {
  font-size: 18em;
}
.fa-19x {
  font-size: 19em;
}
.fa-20x {
  font-size: 20em;
}
.fa-25x {
  font-size: 25em;
}
.fa-30x {
  font-size: 40em;
}