/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.2
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* 默认字体大小 (适用于大屏幕) */
.highlight-text,
.elementor-heading-title {
  font-size: 3.6rem;
  letter-spacing: 0.3rem;
}

/* 屏幕宽度小于1024px时 */
@media (max-width: 1024px) {
  .highlight-text,
  .elementor-heading-title {
    font-size: 3rem;
    letter-spacing: 0.25rem;
  }
}

/* 屏幕宽度小于768px时 */
@media (max-width: 768px) {
  .highlight-text,
  .elementor-heading-title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

/* 屏幕宽度小于480px时 */
@media (max-width: 480px) {
  .highlight-text,
  .elementor-heading-title {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
  }
}



/* 默认（桌面端）样式 */
p {
    letter-spacing: 2px;
    font-size: 1.2rem;
	line-height: 1.52;
}

/* 平板设备和较小屏幕的样式 */
@media (max-width: 768px) {
    p {
        letter-spacing: 1.5px;
        font-size: 1.1rem;
    }
}

/* 手机端设备的样式 */
@media (max-width: 480px) {
    p {
        letter-spacing: 1px;
        font-size: 1rem;
    }
}
