
body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  overflow: hidden;
  font-family: 'Roboto-light', sans-serif;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-light';
  src: url('/fonts/Roboto/static/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'openpanzer-menu';
  src: url('/fonts/openpanzer-menu.ttf') format('truetype'),
    url('/fonts/openpanzer-menu.svg#openpanzer-menu') format('svg');
  font-weight: normal;
  font-style: normal
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
