/**
 * Tidelands project styles
 */

@import "../../themes/project-kicker.css";

.header {
  --kicker-text: url("../2021/tidelands/high-tides-logo-color-2021-10.svg");
  --kicker-color: transparent;
}

.story-body {
  --paper-color: #f1f4f4;
  --tc: black;
  --ts: 19px;
  --lc: #859ce8;
  --story-width: 620px;
  --hf: var(--serif);
  --ht: none;
}

.story-body > h3 {
  font-size: 21px;
}

.story-body > p {
  line-height: 1.6em;
}

.story-body > h3 {
  margin-top: 45px;
}
