/*
Theme Name: Prakad
Theme URI: https://prakad.example
Author: Prakad
Author URI: https://prakad.example
Description: ธีมเว็บไซต์ประกาศซื้อขายสมัยใหม่ (Modern Thai classifieds theme). ลงประกาศ ซื้อ-ขาย-เช่า-หางาน ได้ง่าย รวดเร็ว รองรับทุกอุปกรณ์.
Version: 1.0.0
Text Domain: prakad
Domain Path: /languages
Requires PHP: 7.4
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
  --primary: #2563EB;         /* modern blue - links, primary actions */
  --primary-dark: #1D4ED8;
  --primary-light: #DBEAFE;
  --accent: #F97316;          /* orange - "post ad" CTA */
  --accent-dark: #EA580C;
  --success: #16A34A;         /* active / available */
  --danger: #DC2626;          /* sold / expired */
  --text-main: #111827;
  --text-muted: #6B7280;
  --border: #E5E7EB;
  --surface: #FFFFFF;
  --bg: #F9FAFB;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 3px rgba(17, 24, 39, 0.08);
  --shadow-hover: 0 12px 24px rgba(17, 24, 39, 0.12);
  --font-heading: 'Kanit', 'Noto Sans Thai', sans-serif;
  --font-body: 'Noto Sans Thai', 'Sarabun', sans-serif;
}
