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

html {
  font-family: var(--tpk-font-sans);
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--tpk-color-background);
  color: var(--tpk-color-text);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -.15px;
}

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

a {
  color: inherit;
  text-underline-offset: var(--tpk-underline-gap);
}

:focus-visible {
  outline: 2px solid var(--tpk-color-focus);
  outline-offset: 3px;
}
