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

body {
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: rgb(20,20,20);
  color:white;
}