/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}

body {
  margin: 0;
}

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

@font-face {
  font-family: "Cascadia Mono";
  font-weight: 300;
  src: url("/fonts/CascadiaMono.woff2") format("woff2");
}