/* You can add global styles to this file, and also import other style files */
:root {
  font-family: "Balsamiq Sans", cursive;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
}
span.blue {
  color: blue;
}
span.red {
  color: red;
}
span.orange {
  color: orange;
}
