/* ========== FONTS ========== */
@font-face {
  font-family: 'BreadleySans';
  src: url('../fonts/BreadleySansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
