@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic");
  src: local("CenturyGothic");
  src: url("CenturyGothic.eot");
  src: url("CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("CenturyGothic.woff2") format("woff2"),
    url("CenturyGothic.woff") format("woff"),
    url("CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic Bold Italic");
  src: local("CenturyGothic-BoldItalic");
  src: url("CenturyGothic-BoldItalic.eot");
  src: url("CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("CenturyGothic-BoldItalic.woff") format("woff"),
    url("CenturyGothic-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic Italic");
  src: local("CenturyGothic-Italic");
  src: url("CenturyGothic-Italic.eot");
  src: url("CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"),
    url("CenturyGothic-Italic.woff2") format("woff2"),
    url("CenturyGothic-Italic.woff") format("woff"),
    url("CenturyGothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic Bold");
  src: local("CenturyGothic-Bold");
  src: url("CenturyGothic-Bold.eot");
  src: url("CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"),
    url("CenturyGothic-Bold.woff2") format("woff2"),
    url("CenturyGothic-Bold.woff") format("woff"),
    url("CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("fa-brands-400.woff2") format("woff2"),
    url("fa-brands-400.woff") format("woff"),
    url("fa-brands-400.ttf") format("truetype"),
    url("fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("fa-regular-400.woff2") format("woff2"),
    url("fa-regular-400.woff") format("woff"),
    url("fa-regular-400.ttf") format("truetype"),
    url("fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("fa-solid-900.woff2") format("woff2"),
    url("fa-solid-900.woff") format("woff"),
    url("fa-solid-900.ttf") format("truetype"),
    url("fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
