/*--------------------------------------------------------------
baked & wired Typefaces
--------------------------------------------------------------*/

/*
 * Typeface: Gosha Sans
 * @link https://pangrampangram.com/products/gosha-sans
 */
@font-face {
  font-family: 'GoshaSans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('GoshaSans-Regular'),
       url('GoshaSans/GoshaSans-Regular.woff2') format('woff2'),
       url('GoshaSans/GoshaSans-Regular.woff') format('woff');
}

@font-face {
 font-family: 'GoshaSans';
 font-weight: 700;
 font-style: normal;
 font-display: swap;
 unicode-range: U+000-5FF;
 src: local('GoshaSans-Bold'),
      url('GoshaSans/GoshaSans-Bold.woff2') format('woff2'),
      url('GoshaSans/GoshaSans-Bold.woff') format('woff');
}

/*!
 * Font Awesome Free 5.13.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)
 */
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fontawesome/fa-solid-900.eot);
  src: url(fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),
       url(fontawesome/fa-solid-900.woff2) format("woff2"),
       url(fontawesome/fa-solid-900.woff) format("woff"),
       url(fontawesome/fa-solid-900.ttf) format("truetype"),
       url(fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}
