/*
 * ローカルフォント定義
 * Noto Sans JP可変フォント（Variable Font）を使用
 * 1つのファイルで全てのウェイト（100-900）をカバー
 */

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
}
