/*
Theme Name:     만남과 풀림
Theme URI:      n/a
Template:       kadence
Author:         manpool
Author URI:     n/a
Description:    manpool
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
body {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
}

/* 더 구체적으로 적용 */
body * {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
}

/* 특히 제목이나 링크 텍스트에 */
h1, h2, h3, h4, h5, h6, p, a, span, div {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
}
