* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #f6f6f6;
}

.bg-custom {
  background-color: #fbf5f3;
}

.bg-custom2 {
  background-color: #ffffff;
}

.btn-color {
  background-color: #f76c20;
}

.text-orange {
  color: #f76c20;
}

.text-dark {
  color: #222831;
}
.font-weight {
  font-weight: 600;
}
