@font-face {
  font-family: "TG4 Regular";
  src: url("./fonts/TG4-Regular.ttf");
}
:root {
  --accent: #3dccce;
  --accent-dark: #62a09e;
  --correct: #387b45;
  --black: #373737;
  --grey: #f7f7f7;
  --white: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  background: red;
}
html,
body {
  min-width: 100%;
  min-height: 100vh;
}
h1 {
  font-size: 20px;
  font-weight: bold;
}
h2 {
  font-size: 18px;
}
