@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Hubot Sans";
  src: url("/assets/Hubot-Sans-C23bv2hk.ttf") format("truetype");
}

@font-face {
  font-family: "Mona Sans";
  src: url("/assets/Mona-Sans-CxWibSko.ttf") format("truetype");
}

:root {
  font-family: "Hubot Sans", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
}

#root {
  width: 100%;
  height: 100%;
}
