@charset "UTF-8";

/*
 * Noto Sans JP
 * ローカル読込用
 * 使用ウェイト: 400 / 500 / 600 / 700
 */

@font-face {
    font-family: "Noto Sans JP";
    src: url("./NotoSansJP-VF.otf") format("opentype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
