@font-face {
  font-family: 'BigBird';
  src: url('/assets/fonts/TAYBigBird.woff2') format('woff2'),
       url('/assets/fonts/TAYBigBird.woff')  format('woff');
}

@font-face {
  font-family: 'Benditos';
  src: url('/assets/fonts/TAYBenditos.woff2') format('woff2'),
       url('/assets/fonts/TAYBenditos.woff')  format('woff');
}

:root {
  --bella-yellow: #ffefc7;
}

.debug-border {
  border: 1px solid red;
}

input,textarea {
  border: 1px solid black;
}

.bg-yellow-stripes {
  background: repeating-linear-gradient(
    90deg,
    white,
    white 40px,
    var(--bella-yellow) 40px,
    var(--bella-yellow) 80px
  );
}

.f100 {
  font-size: 5rem;
}

.big-bird {
  font-family: 'BigBird';
}

.benditos {
  font-family: 'Benditos';
}
