.red-shadow {
  box-shadow: 0 0 15px 0px #d60700;
  /* Change the color 'red' to your preferred shade of red */
}

.text-gray {
  color: #9e9e9e;
}

.bg-gray {
  background-color: #141414;
}

.oswald {
  /* Headings */
  font-family: 'Oswald', sans-serif;
}

.roboto {
  /* Paragraphs */
  font-family: 'Roboto', sans-serif;
}

.montserrat {
  /* Badges */
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.inter {
  /* Inter */
  font-family: 'Inter', sans-serif;
}

.text-red {
  color: #d60700;
}

.btn-red {
  color: #d60700;
  background-color: #d60700;
  border: 2px solid #750000;
}

.btn-red:hover {
  background-color: #d60700;
  border: 2px solid #750000;
}