@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('montserrat-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('montserrat-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('bungee-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Pricedown';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('pricedown-original.ttf') format('truetype');
}

.supply-animated {
  font-family: 'Bungee', 'Montserrat', Arial, sans-serif !important;
}

.fas {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}

.fa-chevron-down:before {
  content: "▼";
}

.fa-copy:before {
  content: "📋";
}

.fab {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
} 