/* src/client/styles.css */
@font-face {
  font-family: roboto;
  src: url("/_bun/asset/eb98acff9ba60bc8.ttf") format(truetype);
  font-weight: 100 900;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  color: #fff;
  background: #1e1e1e;
  height: 100%;
  margin: 0;
  font-family: roboto;
  font-weight: 400;
}

#root {
  display: flex;
  height: 100%;
}
