/*!
 * Subset of Font Awesome Free 5.0.8 — only icons used by arosa_course Fluid templates.
 * License: Icons CC BY 4.0, Fonts SIL OFL 1.1, Code MIT — https://fontawesome.com/license
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("../Webfonts/fa-regular-400.woff2") format("woff2"),
    url("../Webfonts/fa-regular-400.woff") format("woff"),
    url("../Webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url("../Webfonts/fa-solid-900.woff2") format("woff2"),
    url("../Webfonts/fa-solid-900.woff") format("woff"),
    url("../Webfonts/fa-solid-900.ttf") format("truetype");
}

.fa,
.fas,
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fas {
  font-weight: 900;
}

.far {
  font-weight: 400;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-4x {
  font-size: 4em;
}

.fa-ban::before {
  content: "\f05e";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle::before {
  content: "\f111";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-times::before {
  content: "\f00d";
}
