.bg-flyer {
  background-image: url('assets/background.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'Bebas';
  src: 'Bebas Neue', sans-serif;
}

body {
  font-family: 'Bebas Neue', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', sans-serif;
}

.text-4xl,
.text-6xl {
  font-weight: 800;
}

.text-custom-red {
  color: #c33b21 !important;
}

.text-custom-yellow {
  color: #ffd60e !important;
}

.farmers-market-logo {
  height: 5rem;
}

@media (min-width: 768px) {
  .farmers-market-logo {
    height: 7rem;
  }
}

.text-shadow {
  text-shadow: 2px 2px 2px #000000;
}
