/*
Theme Name: CTELG UEH Custom Theme
Theme URI: https://ctelg.ueh.edu.vn
Author: CTELG Dev Team
Author URI: https://ctelg.ueh.edu.vn
Description: Theme WordPress thuần chuẩn công nghiệp, siêu nhẹ, không sử dụng plugin dành riêng cho Viện/Trung tâm Đào tạo CTELG - Trường Đại học Kinh tế TP. Hồ Chí Minh (UEH).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: ctelg
*/

:root {
  --primary-color: rgba(0, 75, 65, 0.95);
  --primary-rgb: 0, 75, 65;
  --primary-dark: #00362f;
  --primary-light: #006053;
  --secondary-color: rgba(0, 75, 65, 0.95);
  --accent-color: #f27121;
  --accent-hover: #d95e12;
  --accent-gold: #f5a623;
  --dark-text: #222222;
  --body-text: #4a5568;
  --light-text: #718096;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --bg-dark: #00362f;
  --border-color: #e2e8f0;
  --border-light: #edf2f7;
  --success-color: #10b981;
  --danger-color: #ef4444;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --transition: all 0.25s ease-in-out;
  --container-max: 1240px;
}
