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

a {
  color: inherit;
  text-decoration: inherit;
}

body {
  color: #444;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

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

html {
  height: var(--real-vh, 100vh);
  overflow: hidden;
}

button, input, select, textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: inherit;
  padding: 0.5em;
}

table caption {
  padding: 4px;
}
table th {
  font-weight: 500;
}
