/* public/fonts/inter/style.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* 同じフォルダにあるファイルを指定 */
  src: url('./Inter-Regular.woff2') format('woff2');
}

/* プレビュー用や利便性のためにクラスも定義しておくと親切です */
.font-inter {
  font-family: 'Inter', sans-serif;
}