/*
Theme Name: MAB Theme
Theme URI: http://localhost/
Author: MAB
Author URI: http://localhost/
Description: A custom premium responsive business analyst theme built for MAB.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mab-theme
Tags: custom-background, custom-menu, featured-images, translation-ready, two-columns
*/

/* Reset & Root Variables */
:root {
  --color-primary: #b8a038;
  /* Gold/Orange */
  --color-bg-light: #f7f6f4;
  /* Warm off-white/cream */
  --color-bg-dark: #1A1A1A;
  /* Near black */
  --color-text: #333333;
  /* Dark gray text */
  --color-white: #FFFFFF;
  --color-gray: #666666;
  --color-light-gray: #EAE3DC;
  --color-accent-green: #375543;
  /* Dark green for CTA button hover/theme elements */

  --font-headings: 'DM Sans', sans-serif;
  --font-body: 'DM Sans', sans-serif !important;

  --max-width: 1200px;

  --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-fast: all 0.15s ease;

  --box-shadow-nav: 0 10px 30px rgba(0, 0, 0, 0.05);
  --box-shadow-card: 0 15px 35px rgba(0, 0, 0, 0.08);
}