@font-face {
    font-family: "Yu Mincho";
    src: local("Yu Mincho"), local("YuMincho"), local("游明朝"),
         url("/yu-mincho-regular/yu-mincho-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --website-font-family: "Yu Mincho", "游明朝", serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--website-font-family) !important;
}

#body_wrap,
#body_wrap *:not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-light):not(.fa-thin):not(.fa-duotone):not(.fa-brands) {
    font-family: var(--website-font-family) !important;
}

#body_wrap *:not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-light):not(.fa-thin):not(.fa-duotone):not(.fa-brands)::before,
#body_wrap *:not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-light):not(.fa-thin):not(.fa-duotone):not(.fa-brands)::after {
    font-family: var(--website-font-family) !important;
}
