/* Font for headings and posts*/

@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/JetBrainsMono-Italic.woff2') format('woff2'),
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2'),
  font-weight: normal;
  font-style: normal;
}

/* Site Header Font*/

@font-face {
  font-family: 'BDKickrom Mono';
  src: url('/fonts/BDKickromMono-Regular.woff2') format('woff2'),
       url('/fonts/BDKickromMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Font for captions and quotes*/

@font-face {
  font-family: 'Xanh Mono';
  src: url('/fonts/XanhMono-Regular.woff2') format('woff2'),
       url('/fonts/XanhMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Xanh Mono';
  src: url('/fonts/XanhMono-Italic.woff2') format('woff2'),
       url('/fonts/XanhMono-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

/* Font for most text*/

@font-face {
  font-family: 'EB Garamond';
  src: url('/fonts/EBGaramond12-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Font for contacts*/

@font-face {
  font-family: 'Greybeard';
  src: url('/fonts/Greybeard-18px-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}


/* Copied from Font Awesome and modified for filepath and filetype*/

/*!
 * 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 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fab 
{
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; 
}

/*!
 * 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("../fonts/fa-solid-900.woff2") format("woff2");
}

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