/*
Theme Name: WPA Business
Theme URI: https://wpadda.in/wpa-business
Author: WP Adda
Author URI: https://wpadda.in
Description: WPA Business - A lightweight, customizable WordPress theme (v1) with extended Customizer options.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpa-business
Tags: custom-logo, custom-header, custom-menu, accessibility, responsive-layout
*/
:root{
  --wpa-primary:#0a5d8f;
  --wpa-secondary:#f5f5f5;
  --wpa-heading:#222;
  --wpa-body:#444;
  --wpa-button:#0a5d8f;
}
body{font-family: Arial, Helvetica, sans-serif; color:var(--wpa-body); margin:0; padding:0;}
.site-header{background:var(--wpa-primary); color:#fff; padding:20px;}
.site-title{margin:0; font-size:28px;}
.site-content{padding:24px;}
.site-footer{background:#222; color:#fff; padding:20px; text-align:center;}
a.button{display:inline-block;padding:10px 16px;border-radius:6px;background:var(--wpa-button);color:#fff;text-decoration:none;}
/* Custom CSS placeholder (from Customizer) */
/* === WPA_CUSTOM_CSS_START === */
{custom_css}
/* === WPA_CUSTOM_CSS_END === */
