/*
Theme Name: nowbkk Theme
Description: Custom theme for nowbkk.com - Review and affiliate blog focused on Bangkok lifestyle
Author: nowbkk Team
Version: 1.0.0
License: GPL v2 or later
Text Domain: nowbkk
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Main styles are loaded via functions.php */
/* This file is required for WordPress theme recognition */

:root {
    --primary-orange: #FF6B35;
    --primary-blue: #2E86AB;
    --primary-dark: #1B1B1E;
    --secondary-light: #F8F9FA;
    --secondary-gray: #6C757D;
    --secondary-green: #28A745;
    --secondary-red: #DC3545;
    --accent-yellow: #FFC107;
}