/* Minimal icon set for the SERC site.
 *
 * The main campus site loads the full Font Awesome 6 Pro stylesheet (498 KB) and
 * fourteen webfont files. This site only uses the fourteen glyphs below, all from
 * the Solid family, so it ships one font file and this stylesheet instead.
 *
 * To add an icon: find its `.fa-<name>:before{content:"\xxxx"}` rule in the main
 * site's assets/css/all.min.css and copy the codepoint here.
 */

@font-face {
  font-family: 'SERC Icons';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fa-solid {
  font-family: 'SERC Icons';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.fa-solid.fa-arrow-right::before      { content: "\f061"; }
.fa-solid.fa-book::before             { content: "\f02d"; }
.fa-solid.fa-chevron-down::before     { content: "\f078"; }
.fa-solid.fa-cloud::before            { content: "\f0c2"; }
.fa-solid.fa-code::before             { content: "\f121"; }
.fa-solid.fa-download::before         { content: "\f019"; }
.fa-solid.fa-envelope::before         { content: "\f0e0"; }
.fa-solid.fa-flask::before            { content: "\f0c3"; }
.fa-solid.fa-location-dot::before     { content: "\f3c5"; }
.fa-solid.fa-magnifying-glass::before { content: "\f002"; }
.fa-solid.fa-mobile-screen::before    { content: "\f3cf"; }
.fa-solid.fa-phone::before            { content: "\f095"; }
.fa-solid.fa-sitemap::before          { content: "\f0e8"; }
.fa-solid.fa-users::before            { content: "\f0c0"; }
