@use "base";

html,
body {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  font-size: base.$font-size;
}

html {
  overflow: hidden;
  cursor: default; // Reset the cursor.
}

body {
  overflow: auto;
  font-family: Verdana, Geneva, sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  padding: 6px 0;
  padding: 0.5rem 0;
}

h1 {
  font-size: 18px;
  font-size: 1.5rem;
}

h2 {
  font-size: 16px;
  font-size: 1.333rem;
}

h3 {
  font-size: 14px;
  font-size: 1.167rem;
}

h4 {
  font-size: 12px;
  font-size: 1rem;
}

td,
th {
  vertical-align: baseline;
  text-align: left;
}
