/* goodness me. https://piccalil.li/blog/a-more-modern-css-reset/ */

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size-adjust: ex-height 0.5;  /* https://matklad.github.io/2025/07/16/font-size-adjust.html */
}

body {
  margin: 0;
}

input, button, textarea, select {
  font: inherit;
}

a { text-decoration: none; }

a img, :link img, :visited img { border: 0; }
