/*
  PointState Diagnostics public stylesheet.
  The page-specific visual system is embedded in index.html for static custody.
  This file keeps browser defaults sane and deployment clean.
*/

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

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

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