@font-face {
  font-family: 'Clash Grotesk';
  src: url('./ClashGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Grotesk Medium';
  src: url('./ClashGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Grotesk Semibold';
  src: url('./ClashGrotesk-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Grotesk Bold';
  src: url('./ClashGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
