@font-face {
  font-family: "Monaspace";
  font-style: normal;
  font-weight: 400;
  src: url('<%= asset_path('../fonts/MonaspaceNeon-Regular.woff2') %>') format('woff2');
}

@font-face {
  font-family: "Monaspace";
  font-style: normal;
  font-weight: 700;
  src: url('<%= asset_path('../fonts/MonaspaceNeon-Bold.woff2') %>') format('woff2');
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url('<%= asset_path('../fonts/Inter-Regular.woff2') %>') format('woff2');
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url('<%= asset_path('../fonts/Inter-Italic.woff2') %>') format('woff2');
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url('<%= asset_path('../fonts/Inter-Bold.woff2') %>') format('woff2');
}