* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: Optima, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.015em;
  line-height: 1.25;
  height: 100%;
  word-spacing: -0.01em;
}

a:hover {
  border-bottom: var(--border);
}

img {
  height: auto;
  width: 100%;
}

p {
  margin-bottom: 1.25em;
}

main {
  height: 100%;
  padding-top: var(--header-height);
}

.hide {
  display: none !important;
}

.debug {
  display: none;

  position: fixed;
  top: 0px;
  width: 200px;
  z-index: 10;
}

.debug__inner {
  background: whitesmoke;
  border: solid 1px gray;
  font-family: menlo;
  font-size: 12px;
  padding: 5px;
}
