/*
Theme Name: PFI Kadence Child Theme Design By SRS
Theme URI: https://www.pfi-forwarder.co.th/
Description: Kadence child theme customized for PACIFIC FORWARDER INTERNATIONAL CO., LTD. Includes support for PFI HTML blocks (tickers, counters, KPI sections) – conflict-free and update-safe.
Author: Shahrukh Siddiqui / PACIFIC FORWARDER INTERNATIONAL CO., LTD.
Author URI: https://www.pfi-forwarder.co.th/
Template: kadence
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pfi-kadence-child
*/


/* =========================
   GLOBAL FONT AND BASE STYLES
   ========================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body, button, input, select, textarea {
  font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
}

p {
  font-weight: 400;
  line-height: 1.6;
}

/* =========================
   SCOPED STYLES (OPTIONAL)
   ========================= */
/* You can add global tweaks here if needed, 
   but do NOT put your page-specific <style> blocks here.
   Scoped styles for tickers/counters/KPIs stay in your page HTML. */