﻿@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "FontAwesome";
  src: url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff");
  font-weight: normal;
  font-style: solid;
  font-display: fallback;
}
@font-face {
  font-family: "FontAwesome";
  src: url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: solid;
  font-display: fallback;
}
@font-face {
  font-family: "FontAwesome";
  src: url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}