/* ---------- font awesome icons ---------- */
/*
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
*/

/* ---------- academicons ---------- */
/*
 * Academicons v1.9.4 - https://jpswalsh.github.io/academicons/
 * License (Icons: proprietary, Fonts: SIL OFL 1.1, Code: MIT License)
*/


@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url(../fonts/fa-brands-400.woff2);
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  src: url(../fonts/fa-solid-900.woff2);
}

@font-face {
    font-family: 'Academicons';
    src:url('../fonts/academicons.woff') format('woff');
}

.fab {
  font-family: 'Font Awesome 6 Brands';
}

.fas {
  font-family: 'Font Awesome 6 Free';
}

.ai {
  font-family: 'Academicons';
}

.fab,.fas,.ai {
  display: inline-block;
  font-display: block;
  font-style: normal;
  line-height: 1;
  padding-right: 4px;
  padding-left: 4px;
}

.ai-closed-access,.ai-closed-access-square,
.ai-open-access,.ai-open-access-square {
  padding-right: 0px;
  padding-left: 0px;
}


.fa-arrow-left:before {
  content: "\f060";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.ai-arxiv:before {
  content: "\e974";
}
.ai-arxiv-square:before {
  content: "\e9a6";
}

.ai-closed-access:before {
  content: "\e942";
}
.ai-closed-access-square:before {
  content: "\e943";
}

.ai-google-scholar:before {
  content: "\e9d4";
}
.ai-google-scholar-square:before {
  content: "\e9f9";
}

.ai-open-access:before {
  content: "\e939";
}
.ai-open-access-square:before {
  content: "\e9f4";
}

.ai-orcid:before {
  content: "\e9d9";
}
.ai-orcid-square:before {
  content: "\e9c3";
}

.ai-researchgate:before {
  content: "\e95e";
}
.ai-researchgate-square:before {
  content: "\e99e";
}

.ai-scopus:before {
  content: "\e91e";
}
.ai-scopus-square:before {
  content: "\e91f";
}
