@font-face {
  font-family: 'Inter';
  src: url('./inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./inter-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Fredoka';
  src: url('./fredoka-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Fredoka';
  src: url('./fredoka-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}