
/* 
 * CSS classes that give easy access to icons provided  
 * by SugarCube via the bundled "tma-sfa-icons" font
 *
 * Icon list (with previews):
 *   http://www.motoslave.net/sugarcube/tmp/tme-fa-icons/
 *
 * Example usage: <i class="sfa sfa-star"></i>
 * See the macro <<icon>> for an easier syntax (e.g. <<icon 'star'>>)
 *
 * (sfa = Sugarcube Font Awesome)
 */

.sfa {
  font-family: tme-fa-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.sfa::before {
  padding: 0 4px;
}

.sfa.sfa-star::before { content: "\e800"; }
.sfa.sfa-star-empty::before { content: "\e801"; }
.sfa.sfa-picture::before { content: "\e802"; }
.sfa.sfa-ok::before { content: "\e803"; }
.sfa.sfa-cancel::before { content: "\e804"; }
.sfa.sfa-plus::before { content: "\e805"; }
.sfa.sfa-minus::before { content: "\e806"; }
.sfa.sfa-help::before { content: "\e807"; }
.sfa.sfa-help-circled::before { content: "\e808"; }
.sfa.sfa-info::before { content: "\e809"; }
.sfa.sfa-info-circled::before { content: "\e80a"; }
.sfa.sfa-attention-alt::before { content: "\e80b"; }
.sfa.sfa-attention-circled::before { content: "\e80c"; }
.sfa.sfa-attention::before { content: "\e80d"; }
.sfa.sfa-link-ext::before { content: "\e80e"; }
.sfa.sfa-lock::before { content: "\e80f"; }
.sfa.sfa-lock-open::before { content: "\e810"; }
.sfa.sfa-pin::before { content: "\e811"; }
.sfa.sfa-tag::before { content: "\e812"; }
.sfa.sfa-tags::before { content: "\e813"; }
.sfa.sfa-bookmark::before { content: "\e814"; }
.sfa.sfa-bookmark-empty::before { content: "\e815"; }
.sfa.sfa-reply::before { content: "\e816"; }
.sfa.sfa-forward::before { content: "\e817"; }
.sfa.sfa-down-dir::before { content: "\e818"; }
.sfa.sfa-left-dir::before { content: "\e819"; }
.sfa.sfa-right-dir::before { content: "\e81a"; }
.sfa.sfa-up-dir::before { content: "\e81b"; }
.sfa.sfa-down-open::before { content: "\e81c"; }
.sfa.sfa-left-open::before { content: "\e81d"; }
.sfa.sfa-right-open::before { content: "\e81e"; }
.sfa.sfa-up-open::before { content: "\e81f"; }
.sfa.sfa-down-big::before { content: "\e820"; }
.sfa.sfa-left-big::before { content: "\e821"; }
.sfa.sfa-right-big::before { content: "\e822"; }
.sfa.sfa-up-big::before { content: "\e823"; }
.sfa.sfa-cw::before { content: "\e824"; }
.sfa.sfa-ccw::before { content: "\e825"; }
.sfa.sfa-arrows-cw::before { content: "\e826"; }
.sfa.sfa-trash::before { content: "\e827"; }
.sfa.sfa-trash-empty::before { content: "\e828"; }
.sfa.sfa-download::before { content: "\e829"; }
.sfa.sfa-upload::before { content: "\e82a"; }
.sfa.sfa-floppy::before { content: "\e82b"; }
.sfa.sfa-off::before { content: "\e82c"; }
.sfa.sfa-cog::before { content: "\e82d"; }
.sfa.sfa-menu::before { content: "\e82e"; }
.sfa.sfa-share::before { content: "\e82f"; }
.sfa.sfa-toggle-off::before { content: "\e830"; }
.sfa.sfa-toggle-on::before { content: "\e831"; }
.sfa.sfa-check::before { content: "\e832"; }
.sfa.sfa-check-empty::before { content: "\e833"; }
.sfa.sfa-circle-empty::before { content: "\e834"; }
.sfa.sfa-dot-circled::before { content: "\e835"; }
.sfa.sfa-ellipsis::before { content: "\e836"; }
.sfa.sfa-ellipsis-vert::before { content: "\e837"; }
.sfa.sfa-bug::before { content: "\e838"; }
.sfa.sfa-flash::before { content: "\e839"; }
.sfa.sfa-magic::before { content: "\e83a"; }
.sfa.sfa-asterisk::before { content: "\e83b"; }
.sfa.sfa-zoom-in::before { content: "\e83c"; }
.sfa.sfa-zoom-out::before { content: "\e83d"; }
.sfa.sfa-font::before { content: "\e83e"; }
.sfa.sfa-sort::before { content: "\e83f"; }
.sfa.sfa-sort-down::before { content: "\e840"; }
.sfa.sfa-sort-up::before { content: "\e841"; }
.sfa.sfa-play::before { content: "\e842"; }
.sfa.sfa-pause::before { content: "\e843"; }
.sfa.sfa-stop::before { content: "\e844"; }
.sfa.sfa-fast-bw::before { content: "\e845"; }
.sfa.sfa-fast-fw::before { content: "\e846"; }
.sfa.sfa-to-start::before { content: "\e847"; }
.sfa.sfa-to-end::before { content: "\e848"; }
.sfa.sfa-eject::before { content: "\e849"; }
.sfa.sfa-volume-off::before { content: "\e84a"; }
.sfa.sfa-volume-down::before { content: "\e84b"; }
.sfa.sfa-volume-up::before { content: "\e84c"; }
