.backgroundWhite {
  background-color: rgb(255 255 255)
}

.backgroundRed100 {
  background-color: rgb(251 232 226)
}

.backgroundRed200 {
  background-color: rgb(247 207 196)
}

.backgroundYellow100 {
  background-color: rgb(251 243 223)
}

.backgroundYellow200 {
  background-color: rgb(250 232 188)
}

.backgroundBlue100 {
  background-color: rgb(233 246 254)
}

.backgroundBlue200 {
  background-color: rgb(208 236 252)
}

.backgroundBlue300 {
  background-color: rgb(89 108 165)
}

.backgroundGreen100 {
  background-color: rgb(238 247 239)
}

.backgroundGreen200 {
  background-color: rgb(221 239 223)
}

.backgroundBrown {
  background-color: rgb(237 225 205)
}

.backgroundBrown200 {
  background-color: rgb(221 216 206)
}

.backgroundPurple100 {
  background-color: rgb(229 240 255)
}

.backgroundPurple200 {
  background-color: rgb(209 227 255)
}

.backgroundPurple300 {
  background-color: rgb(212 220 255)
}

.backgroundBrown {
  background-color: rgb(237 233 224)
}

.backgroundBrown200 {
  background-color: rgba(221 216 206);
}

.backgroundBlue {
  background-color: rgb(221 236 239)
}

.backgroundDarkBlue {
  background-color: rgb(176 218 225);
}

.backgroundGray {
  background-color: rgb(242 242 242);
}

.backgroundLightGray {
  background-color: rgb(251 251 251);
}

.textGray {
  color: rgb(96 96 96)
}

.textBlue {
  color: rgb(89 108 165)
}

.textWhite {
  color: white
}

.textGreen {
  color: rgb(121 168 94)
}

.borderBlue {
  border-color: rgb(89 108 165)
}
