/* Coustard Font - Local Implementation */
@font-face {
  font-family: 'Coustard';
  src: url('/fonts/Coustard-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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