@charset "UTF-8";
/*
    Template: swell
    Theme Name: mpid
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* MitsuiandCoSansフォントの読み込み */
@font-face {
  font-family: 'MitsuiandCoSans';
  src: url('fonts/MitsuiandCoSans-Regular.woff2') format('woff2'),
       url('fonts/MitsuiandCoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MitsuiandCoSans';
  src: url('fonts/MitsuiandCoSans-Bold.woff2') format('woff2'),
       url('fonts/MitsuiandCoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 全体にフォントを適用 */
body,
body *,
.post-content,
.entry-content,
.widget,
.c-widget,
button,
input,
select,
textarea {
  font-family: 'MitsuiandCoSans', 'Yu Gothic UI', 'YuGothic UI', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
}
/* 日本語フォールバック強化 */
:lang(ja) {
  font-family: 'Yu Gothic UI', 'YuGothic UI', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
