/*
Theme Name: TNStack Core
Theme URI: https://tnstack.com
Description: Lightweight Flatsome child theme shell for TNStack projects. Features are provided by the TNStack Toolkit plugin.
Author: TNStack
Template: flatsome
Version: 1.0.0
Text Domain: tnstack-core
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Mobile typography: use Vietnamese-capable system fonts for custom page titles. */
@media screen and (max-width: 549px) {
  .nk-section .nk-title,
  .nksd h1,
  .nksd h2,
  .nksd h3,
  .nkp h1,
  .nkp h2,
  .nkp h3 {
    font-family: Roboto, Arial, "Helvetica Neue", sans-serif !important;
    font-synthesis: none;
    font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    letter-spacing: -0.02em !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .nk-section .nk-title,
  .nksd h1,
  .nksd h2,
  .nkp h1,
  .nkp h2 {
    line-height: 1.15 !important;
  }
}
