/*
Theme Name: Korea Everyqna Child
Theme URI: https://korea.everyqna.com
Description: Astra child theme for korea.everyqna.com — English readability optimized
Author: Editor
Template: astra
Version: 1.0.0
Text Domain: korea-everyqna-child
*/

/* English readability */
body, .ast-container, .entry-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.entry-content p,
.entry-content li {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1.2em;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    line-height: 1.3;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}

@media (max-width: 768px) {
    body, .entry-content {
        font-size: 16px;
    }
}
