/* Archivo específico por tienda listo para personalización independiente */

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/assets/fonts/BebasNeuePro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/assets/fonts/BebasNeuePro-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/assets/fonts/BebasNeuePro-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

.store-logo {
    height: 90px;
    max-width: 250px;
}

.terms {
  line-height: 1;
  text-align: justify;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 0.95rem;
}

.instructions {
    font-size: 1.5rem;
    font-family: 'Bebas Neue Pro';
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #ac3449;
}

.prizes {
    font-size: 1.2rem;
    font-family: 'Bebas Neue Pro';
    line-height: 1.2;
    font-weight: 400;
    color: #4b2609;
}

.form-control,
.form-select {
  padding: 0.5rem 0.75rem;
}

.form-label {
  margin-bottom: 0rem;
  font-family: 'Bebas Neue Pro';
  font-size: 1.2rem;
}

.btn {
  font-family: 'Bebas Neue Pro';
  text-transform: uppercase;
  font-weight: 600;
}

.alert {
  font-family: 'Bebas Neue Pro';
  font-size: 1rem;
  line-height: 1.2;
}

.form-check-label {
  font-family: 'Bebas Neue Pro';
  font-size: 1.1rem;
  line-height: 1.2;
}

.terms small {
    color: #5f401b;
}

.terms a {
  color: #5f401b;
}

.btn-primary {
    background: #4c2609;
    border-color: #4c2609;
}

.btn-primary:hover {
    background: #4c2609;
    border-color: #4c2609;
}

.form-check-input:checked {
    background-color: #4c2609;
    border-color: #4c2609;
    color: #4c2609;
}

.modal-body{
  font-family: 'Bebas Neue Pro';
}