/*
Theme Name: Artistics Child
Template:   artistics
Theme URI: https://1.envato.market/artistic-wp
Description: Digital Marketing Agency WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: artistics-child


/*
Theme Name: Artistics Child
Theme URI: http://example.com/
Description: Child theme for Artistics with Noto Sans SC localization
Author: Your Name
Author URI: http://example.com/
Template: artistics
Version: 1.0.0
*/

/* ==========================================================================
   基础样式继承父主题
   ========================================================================== */
@import url("../artistics/style.css");

/* ==========================================================================
   自定义字体样式
   ========================================================================== */
@import url("css/custom-fonts.css");
@import url("css/elementor-fixes.css");

/* ==========================================================================
   响应式调整
   ========================================================================== */
@media screen and (max-width: 768px) {
    /* 移动端字体优化 */
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    
    /* 移动端字体大小微调 */
    h1, h2, h3, h4, h5, h6 {
        font-weight: 500;
    }
}

