@font-face {
  font-family: GraphikRegular;
  src: url(../font/Graphik-400-Regular.otf);
}
@font-face {
  font-family: GraphikBold;
  src: url(../font/Graphik-700-Bold.otf);
}
#promociones .promocion-nombre {
  background-color: #e7e7e7;
  padding: 1rem;
}
#promociones .promocion-nombre h3 {
  font-family: "GraphikRegular";
  font-weight: bold;
  margin-bottom: 0;
}
#promociones .desc-promo p {
  font-family: "Nunito";
  font-weight: bold;
}
#promociones .imgModal:hover {
  cursor: pointer;
}
