@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../roboto/Roboto-Regular.ttf) format("truetype");
}

body {
  margin: 0;
  padding: 2rem;
}

body *:not(dialog) {
  margin: 0;
}

body * {
  font-family: "Roboto", sans-serif;
  word-break: break-all;
  white-space: pre-wrap;
}

body > :not(:last-child) {
  margin-bottom: 2rem;
}

img, audio, video {
  max-width: 100%;
}

code {
  font-family: monospace;
  background-color: #eee;
  border-radius: 4px;
  padding: 4px;
}

table {
  width: 100%;
  background-color: #eee;
  border-radius: 4px;
}

table th, table td {
  padding: 8px;
}

dialog {
  padding: 2rem;
  max-width: 70%;
  max-height: 70%;
  overflow-y: auto;
}
