/* What the signed-out layouts (marketing pages, guides, blog, demo) took
   from Basecoat's Tailwind preflight on top of ui/reset.css. Linked only by
   those layouts, right after ui/reset. */

*,
*::before,
*::after {
  border: 0 solid;
}

html {
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

img,
svg,
video,
canvas,
iframe {
  display: block;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  letter-spacing: inherit;
  background-color: transparent;
  border-radius: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
