html {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.6;
  color: #f4f4f4;
}

body {
  margin: 0;
  background: #0f0f0f;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

a {
  color: #e4d96f;
}
a:hover {
  color: #fff4b5;
}

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.2;
  color: #fdfdfd;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 0rem;
}

blockquote {
  border-left: 3px solid #444;
  padding-left: 1rem;
  color: #d8d8d8;
  font-style: italic;
}

hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2b2b2b, transparent);
  margin: 1.4rem 0 1rem;
}

@media (max-width: 600px) {
  main {
    padding: 0 1.5rem 1.5rem;
  }
  h1 {
    font-size: 1.6rem;
  }
}

.darkmode {
  filter: invert(1) hue-rotate(180deg);
}

.darkmode img,
.darkmode video,
.darkmode picture,
.darkmode svg,
.darkmode canvas {
  filter: invert(1) hue-rotate(180deg);
}
