/*!
 * -- C.R. Ford - (c) 2023 - Reid Forge LLC
 * -- Glory to God - Luke 2:14 - Psalm 23:6
 * -- Builder.buildIconFiles() - 2023-02-28 15:08:59
 */
/* ----------
 * FONT PATHS
 * ----------
 */
@font-face {
  font-family: 'bfav-icons';
  src: url('../fonts/bfav-webfont.woff') format('woff'); 
  font-weight: normal;
  font-style: normal;
}
.bfav {
  display: inline-block;
  font-family: bfav-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfav-hbo:before {
  content: 'A';
}
.bfav-grc:before {
  content: 'B';
}
.bfav-bible:before {
  content: 'C';
}
.bfav-book:before {
  content: 'D';
}
