@charset "UTF-8";
/* ==========================================================================
   cpitp – Typography
   1) พยายามโหลด "TH Sarabun New" จากโฟลเดอร์ fonts/ ของเทมเพลตก่อน (self-host)
   2) ถ้าไม่มีไฟล์ จะ fallback ไปที่ "Sarabun" จาก Google Fonts อัตโนมัติ
   ถ้าเซิร์ฟเวอร์ปิด external CDN ให้ลบบรรทัด @import แล้ววางไฟล์ฟอนต์ใน fonts/
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* ---- TH Sarabun New (self-hosted) ---- */
@font-face {
	font-family: 'TH Sarabun New';
	src: url('../fonts/THSarabunNew.woff2') format('woff2'),
	     url('../fonts/THSarabunNew.woff') format('woff'),
	     url('../fonts/THSarabunNew.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TH Sarabun New';
	src: url('../fonts/THSarabunNew-Bold.woff2') format('woff2'),
	     url('../fonts/THSarabunNew-Bold.woff') format('woff'),
	     url('../fonts/THSarabunNew-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TH Sarabun New';
	src: url('../fonts/THSarabunNew-Italic.woff2') format('woff2'),
	     url('../fonts/THSarabunNew-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'TH Sarabun New';
	src: url('../fonts/THSarabunNew-BoldItalic.woff2') format('woff2'),
	     url('../fonts/THSarabunNew-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

:root {
	--cp-font: 'TH Sarabun New', 'Sarabun', 'Noto Sans Thai', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--cp-font-ui: 'Sarabun', 'TH Sarabun New', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--cp-font-num: 'Sarabun', system-ui, sans-serif;
}
