*, *::before, *::after {box-sizing: border-box;}
*:not(dialog) {margin: 0;}
body {line-height: 1.3;-webkit-font-smoothing: antialiased;}
img, picture, video, canvas, svg {display: block;max-width: 100%;}
input, button, textarea, select {font: inherit;}
legend {padding: 0;}
p, h1, h2, h3, h4, h5, h6 {overflow-wrap: break-word;}
p {text-wrap: pretty;}
h1, h2, h3, h4, h5, h6 {text-wrap: balance;}
/* Josh's Custom CSS Reset https://www.joshwcomeau.com/css/custom-css-reset/*/

html {scroll-behavior: smooth;}
p {margin-bottom: .5rem;}

/* inline */
a {&[href*=https]:not(:has(img))::after {content: "\2197";}
  &:hover {cursor: pointer;text-decoration: 1px underline wavy;}
  &:not([href]) {text-decoration: 1px line-through;}}
.nw {text-wrap: nowrap;}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}