@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&family=Bebas+Neue&family=Roboto");
body {
  font-family: 'Bebas Neue', cursive;
  overflow-y: scroll;
  /* Show vertical scrollbar */
}

body p {
  font-family: 'Roboto', sans-serif;
}

body .focus {
  font-size: 115%;
}

body .title,
body .soft {
  font-family: 'Open Sans Condensed', sans-serif;
  opacity: 90%;
}

body form input,
body form textarea {
  font-family: 'Roboto', sans-serif;
}

body .post {
  padding: 6px;
}

body .post:hover {
  background: #ececec;
  cursor: pointer;
  border-radius: 6px;
}
/*# sourceMappingURL=styles.css.map */