h1 {
  font-family: roboto;
}

.blog-entry-header {
  font-family: poppins;
}

.top-bar-left {
  font-family: poppins;
}

.centered-minimal-page-header,
.entry-share,
.meta-rt {
  display: none;
}

.meta-mod-date {
  text-align: right;
}

.wp-block-heading {
  font-weight: bold;
  padding-left: 15px;
}

.text-wrap {
  font-family: roboto;
}

.a {
  font-family: roboto;
}

.x {
  font-family: roboto;
}

* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -user-drag: none;
}

.gt-current-lang {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.blog-entry-title {
  font-family: poppins;
}

.meta-cat {
  display: none;
}

.wp-block-heading {
  font-family: poppins;
}