@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

body {
  background-color: white;
  color: black;
  font-size: 12pt;
  font-family: Geist;
}