/* Generated by ParaType (http://www.paratype.com)*/
/* Font Golos UI: Copyright ? ParaType, 2018. All rights reserved.*/

@font-face {
  font-family: "GolosUIWebRegular";
  src: url("../fonts/Golos-UI_Regular.woff2") format("woff2"),
    url("../fonts/Golos-UI_Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GolosUIWebBold";
  src: url("../fonts/Golos-UI_Bold.woff2") format("woff2"),
    url("../fonts/Golos-UI_Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "GolosUIWebRegular", "Libre Baskerville", "Times New Roman",
    Times, serif;
  font-size: 14px;
  overflow-y: scroll;
}
@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

.post-title {
  color: #353535;
  font-family: "GolosUIWebBold", "Helvetica Neue", "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 4rem;
  margin: 1rem 0;
  text-align: center;
}
