@font-face {
  font-family: 'HankenGrotesk-Regular';
  src: url('hanken_grotesk/static/HankenGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HankenGrotesk-VariableFont_wght';
  src: url('hanken_grotesk/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'HankenGrotesk-VariableFont_wght','HankenGrotesk-Regular', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  color: black; /* Text color for light mode */
}
a:link,
a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
main {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
h1 {
  text-align: center
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
li {
  display: inline;
  padding: 0.5rem;
}