body {
  color: whitesmoke;
  font-family: 'IM Fell Great Primer';
  background-color: var(--bs-gray-900);
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #668b2a;
}

element.style {
  background: url("../../assets/img/2023.1/greta.webp") center / cover no-repeat;
}

h1 {
  font-weight: 600;
  font-family: 'IM Fell Great Primer SC';
  color: ghostwhite;
  /*letter-spacing: 1px;*/
  text-shadow: 3px 1px var(--bs-emphasis-color);
  font-weight: normal;
}

h2 {
  font-family: 'IM Fell Great Primer SC';
  color: floralwhite;
  letter-spacing: 1px;
  /*margin-top: 18px;*/
  /*font-weight: normal;*/
}

h3, h4, h5, h6 {
  font-family: 'IM Fell Great Primer SC';
  color: wheat;
  /*letter-spacing: 1px;*/
}

.dis01 {
  font-family: 'IM Fell Great Primer';
  color: whitesmoke;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: green;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.hd02 {
  color: var(--bs-teal);
  font-size: 16px;
  margin-top: 0px;
  width: 240px;
}

