/* 
 * SoulsInfoTech - Local Font Mastery v1.2
 * 100% Custom Alignment - Zero Reliance on Outsourced CDNs
 */

/* 1. ELITE TYPOGRAPHY LAYER */
@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Newsreader';
    src: url('fonts/Newsreader-Regular.ttf') format('truetype');
    font-weight: 400;
}

/* 2. ICONOGRAPHY CORE (FontAwesome Local Shim) */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Essential Icon Mappings --- */
.fa-linkedin:before { content: "\f08c"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-instagram:before { content: "\f16d"; }
.fa-twitter:before { content: "\f099"; }
.fa-tumblr:before { content: "\f173"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-skype:before { content: "\f17e"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-snapchat:before { content: "\f2ab"; }
.fa-amazon:before { content: "\f270"; }
.fa-external-link:before { content: "\f08e"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-calendar:before { content: "\f073"; }
.fa-shield:before { content: "\f132"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-code:before { content: "\f121"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-map-marker:before { content: "\f041"; }
.fa-phone:before { content: "\f095"; }
.fa-user:before { content: "\f007"; }
.fa-lock:before { content: "\f023"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-minus:before { content: "\f068"; }
.fa-share-alt:before { content: "\f1e0"; }

/* --- End of Custom Asset Loader --- */
