/* FILE: app/static/css/fontawesome.css */
/* Font Awesome 6.5.1 - Self-hosted from local fonts folder */
/* DEVELOPER: DevHub.com */

/* ============================================
   FONT FACES - Local fonts from ../fonts/
   ============================================ */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
}

/* ============================================
   BASE ICON CLASSES
   ============================================ */

.fa,
.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far,
.fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* ============================================
   BRAND ICONS - Social Media
   ============================================ */

.fa-github:before { content: "\f09b"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-discord:before { content: "\f392"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-windows:before { content: "\f17a"; }
.fa-aws:before { content: "\f375"; }
.fa-raspberry-pi:before { content: "\f7bb"; }

/* ============================================
   SOLID ICONS - Used for non-social icons
   ============================================ */

.fa-code:before { content: "\f121"; }
.fa-home:before { content: "\f015"; }
.fa-th-large:before { content: "\f009"; }
.fa-user:before { content: "\f007"; }
.fa-heart:before { content: "\f004"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-download:before { content: "\f019"; }
.fa-eye:before { content: "\f06e"; }
.fa-star:before { content: "\f005"; }
.fa-cog:before { content: "\f013"; }
.fa-users:before { content: "\f0c0"; }
.fa-project-diagram:before { content: "\f542"; }
.fa-key:before { content: "\f084"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-search:before { content: "\f002"; }
.fa-filter:before { content: "\f0b0"; }
.fa-plus:before { content: "\f067"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-save:before { content: "\f0c7"; }
.fa-undo:before { content: "\f0e2"; }
.fa-sync:before { content: "\f021"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-times-circle:before { content: "\f057"; }
.fa-question-circle:before { content: "\f059"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-crown:before { content: "\f521"; }
.fa-gem:before { content: "\f3a5"; }
.fa-fire:before { content: "\f06d"; }
.fa-coins:before { content: "\f51e"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }
.fa-award:before { content: "\f559"; }
.fa-magic:before { content: "\f0d0"; }
.fa-rocket:before { content: "\f135"; }
.fa-cube:before { content: "\f1b2"; }
.fa-shield:before { content: "\f132"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-zap:before { content: "\f0e7"; }
.fa-globe:before { content: "\f0ac"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-database:before { content: "\f1c0"; }
.fa-server:before { content: "\f233"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-blog:before { content: "\f781"; }
.fa-tags:before { content: "\f02c"; }
.fa-tag:before { content: "\f02b"; }
.fa-list:before { content: "\f03a"; }
.fa-bars:before { content: "\f0c9"; }
.fa-bullseye:before { content: "\f140"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-memory:before { content: "\f538"; }
.fa-microchip:before { content: "\f2db"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-brain:before { content: "\f5dc"; }
.fa-cpu:before { content: "\f5cb"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-user-tag:before { content: "\f507"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-upload:before { content: "\f093"; }
.fa-copy:before { content: "\f0c5"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-terminal:before { content: "\f120"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-book:before { content: "\f02d"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-gift:before { content: "\f06b"; }
.fa-share:before { content: "\f064"; }
.fa-link:before { content: "\f0c1"; }
.fa-camera:before { content: "\f030"; }
.fa-image:before { content: "\f03e"; }
.fa-video:before { content: "\f03d"; }
.fa-music:before { content: "\f001"; }
.fa-headset:before { content: "\f590"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-sliders-h:before { content: "\f1de"; }
.fa-sort:before { content: "\f0dc"; }
.fa-sort-down:before { content: "\f0dd"; }
.fa-sort-up:before { content: "\f0de"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-minus:before { content: "\f503"; }
.fa-user-cog:before { content: "\f4fe"; }
.fa-user-shield:before { content: "\f505"; }
.fa-user-edit:before { content: "\f4ff"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-graduate:before { content: "\f501"; }
.fa-user-tie:before { content: "\f508"; }
.fa-users-cog:before { content: "\f509"; }
.fa-users-slash:before { content: "\f4e3"; }
.fa-inbox:before { content: "\f01c"; }
.fa-outdent:before { content: "\f03b"; }
.fa-indent:before { content: "\f03c"; }
.fa-print:before { content: "\f02f"; }
.fa-pencil-alt:before { content: "\f303"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-pen:before { content: "\f304"; }
.fa-pen-fancy:before { content: "\f5ac"; }
.fa-pen-nib:before { content: "\f5ad"; }
.fa-pen-square:before { content: "\f14b"; }
.fa-pen-clip:before { content: "\f305"; }
.fa-cogs:before { content: "\f085"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-helicopter:before { content: "\f533"; }
.fa-mobile-screen-button:before { content: "\f3cd"; }

/* END OF FILE - Signed DevHub.com */