/* Fluid modern reset - keeps optical rhythm for photography grid */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 3px solid rgba(255, 144, 0, 0.65);
  outline-offset: 3px;
}
