@font-face {
    font-family: 'Square 721 Condensed';
    src: url('/assets/fonts/Square 721 Condensed.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* 
@font-face {
    font-family: 'Rockwell';
    src: url('/assets/fonts/BebasNeuePro-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell';
    src: url('/assets/fonts/BebasNeuePro-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
} */

.store-logo {
    height: 90px;
}

.terms {
  line-height: 1;
  text-align: justify;
  font-family: 'Square 721 Condensed', sans-serif;
  font-size: 0.95rem;
}

.instructions {
    font-size: 2rem;
    font-family: 'Square 721 Condensed';
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #f0d250;
    text-shadow: 2px 1px 2px #1d1d1da6;
}

.prizes {
    font-size: 1.2rem;
    font-family: 'Square 721 Condensed';
    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: 'Square 721 Condensed';
  font-size: 1.1rem;
}

.btn {
  font-family: 'Square 721 Condensed';
  text-transform: uppercase;
  font-weight: 600;
}

.alert {
  font-family: 'Square 721 Condensed';
  font-size: 1rem;
  line-height: 1.2;
}

.form-check-label {
  font-family: 'Square 721 Condensed';
  font-size: 1.1rem;
  line-height: 1.2;
}

/* .terms small {
    color: #5f401b;
}

.terms a {
  color: #5f401b;
} */

.btn-primary {
    background: #f0d250;
    border-color: #f0d250;
    color: black;
}

.btn-primary:hover {
    background: black;
    border-color: black;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
    color: white;
}

.modal-body{
  font-family: 'Square 721 Condensed';
}