/* News Admin System - Clean Default Bulma Styling */

/* 日本語フォント設定のみ */
body, .title, .subtitle, .content, .button, .input, .textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo;
}

/* 少しだけ見やすくする調整（最小限） */
.container {
    max-width: 1200px;
}

/* 日本語での可読性向上 */
.content {
    line-height: 1.6;
}

/* モバイル対応は標準のまま */