:root {
  color-scheme: dark;
  --slate: darkslategrey;
  --charcoal: #404040;
  --text: gainsboro;
  --cyan: aqua;
  --visited: aquamarine;
  --soft-link: lightgray;
  --site-accent: #32ffab;
  --ftpk-accent: #ff3232;
  --stpk-accent: #32c2ff;
  --fanfiction-accent: #ffeb32;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
}

img,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

a {
  text-underline-offset: 0.16em;
}

.centered {
  text-align: center;
}

@media (max-width: 719px) {
  body {
    overflow-wrap: break-word;
  }
}
