@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?zc06gg");
  src:
    url("../fonts/icomoon.eot?zc06gg#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?zc06gg") format("truetype"),
    url("../fonts/icomoon.woff?zc06gg") format("woff"),
    url("../fonts/icomoon.svg?zc06gg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-codeberg:before {
  content: "\e900";
}

@font-face {
  font-family: "Oswald Stencil";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Oswald-Stencil-webfont.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
}

/* Custom CSS crap */
/* Site Title */
.site-title {
  font-family: "Oswald Stencil" !important;
  text-transform: uppercase;
}

/* Site Subtitle */
.site-subtitle {
  font-family: "Open Sans" !important;
}

/* post description */
header .post-desc {
  /*  font-size: 1.125rem;
  line-height: 1.6;*/
  font-style: italic;
}
