/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Blocksy child theme for the JY Law website.
Author: JY Law
Template: blocksy
Version: 1.0.0
Text Domain: jylaw
Requires at least: 6.5
Requires PHP: 7.0
*/

/**
 * Site-wide additions only.
 *
 * Prefer Blocksy Global Colors, Typography, Spacing, and other Customizer
 * settings. Page-specific styles belong in assets/css/{page-slug}.css.
 */

/* Site-wide Korean Typography Enhancements */
h1, h2, h3, h4, h5, h6, p, li {
	word-break: keep-all;
	overflow-wrap: break-word;
}

/* Footer */
#footer .ct-contact-info span.ct-icon-container {
	display: none;
}
