

/* normal 400 本文 */
@font-face {
    font-display: swap;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Medium 500 本文中の強調 */
@font-face {
    font-display: swap;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* bold 700 中見出し */
@font-face {
    font-display: swap;
    font-family: sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* heavy 900 h1 h2 */
@font-face {
    font-display: swap;
    font-family: sans-serif;
    font-weight: 900;
    font-style: normal;
}



