@font-face {
  font-family: "TT Contrast";
  src: url("public/TTContrast-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(252, 250, 245);
  color-scheme: light;
}

body {
  font-family: "TT Contrast", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

table,
table td,
table th {
  background-color: rgb(252 250 245);
  color: black;
}

table td {
  min-width: 100px;
}

@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}
