/**
 * ANEXIS アプリUI標準フォント（BIZ UDPGothic）。
 * anexis-font.css（ロゴ用 Jost 等）より後に読み込むこと。
 * Hosting 自前配置: fonts/BIZUDPGothic-{Regular,Bold}.woff2
 */
@font-face {
    font-family: 'BIZ UDPGothic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/BIZUDPGothic-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'BIZ UDPGothic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/BIZUDPGothic-Bold.woff2') format('woff2');
}

:root {
    --font-app: 'BIZ UDPGothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif !important;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'BIZ UDPGothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif !important;
}
