/* Archivo específico por tienda listo para personalización independiente */

@font-face {
    font-family: 'Rockwell';
    src: url('/assets/fonts/Rockwell-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rockwell';
    src: url('/assets/fonts/Rockwell-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Rockwell';
    src: url('/assets/fonts/Rockwell-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;

}

.terms {
  line-height: 1;
  text-align: justify;
  font-family: 'Rockwell', sans-serif;
  font-size: 0.95rem;
}

.hero-card {
  background: #000;
}

.instructions {
  font-size: 0.95rem;
  font-family: 'Rockwell';
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #020202;
}

.prizes {
  font-size: 0.95rem;
  font-family: 'Rockwell';
  line-height: 1.2;
  font-weight: 600;
  color: #020202;
}

.form-control,
.form-select {
  padding: 0.5rem 0.75rem;
}

.form-label {
  margin-bottom: 0rem;
  font-family: 'Rockwell';
}

.btn {
  font-family: 'Rockwell';
  text-transform: uppercase;
  font-weight: 600;
}

.alert {
  font-family: 'Rockwell';
  font-size: 0.95rem;
  line-height: 1.2;
}

.terms a {
  color: white;
}

.form-check-label {
  font-family: 'Rockwell';
  font-size: 0.85rem;
  line-height: 1.2;
}

.modal-body{
  font-family: 'Rockwell';
}


