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