@font-face {
    font-family: 'MiguFont';
    src: url('https://asobi.info/assets/fonts/migu-1c-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiguFont';
    src: url('https://asobi.info/assets/fonts/migu-1c-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
main, main input, main button, main select, main textarea {
    font-family: 'MiguFont', system-ui, -apple-system, sans-serif;
}
/* 0.9rem未満の小さい文字をBoldで読みやすく */
[style*='font-size:0.6'],[style*='font-size:0.7'],[style*='font-size:0.8'],
[style*='font-size: 0.6'],[style*='font-size: 0.7'],[style*='font-size: 0.8'] {
    font-weight: 700 !important;
}