@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/nuxt/fonts/inter-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/nuxt/fonts/inter-medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Right Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/nuxt/fonts/right-grotesk-medium.otf') format('opentype');
}