@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.font-bold {
  font-family: "Cal Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  color: black;
}

.question-font{
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: black;
}

body{
    background-color: #947370;
}