/* Regular Noto Sans variable font with width and weight */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/static/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* Full weight range */
  font-stretch: 75% 125%; /* Full width range */
  font-style: normal;
  font-display: swap; /* Optional, for better performance */
}