/*
Theme Name: Brain Careers
Theme URI: https://braincareers.com
Author: Brain Careers
Author URI: https://braincareers.com
Description: A dark cyber-aesthetic custom WordPress theme for Brain Careers — an AI-first enterprise consulting and infrastructure platform. Features a black-dominant color scheme with Electric Cyan, Neon Violet, and Matrix Green accents.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brain-careers
Tags: dark, custom-menu, custom-logo, featured-images, one-column, two-columns
*/

/* ==========================================================================
   Design System — CSS Custom Properties
   ========================================================================== */

:root {
  /* Brand Colors */
  --color-base: #000000;             /* Deep Void Black */
  --color-accent-primary: #00F0FF;   /* Electric Cyan */
  --color-accent-secondary: #A020F0; /* Neon Violet */
  --color-accent-tertiary: #00FF41;  /* Matrix Green */
  --color-text: #E0E0E0;
  --color-text-muted: #888888;
  --color-surface: #0A0A0A;
  --color-border: #1A1A1A;

  /* Typography */
  --font-headline: 'Orbitron', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-size-body: 16px;
  --font-size-h1: 48px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;

  /* Layout */
  --max-width: 1200px;
  --grid-gap: 24px;
  --card-padding: 32px;
  --card-radius: 8px;
  --nav-height: 64px;

  /* Responsive Breakpoints */
  --bp-mobile: 480px;
  --bp-tablet: 768px;
  --bp-desktop: 1024px;
  --bp-wide: 1440px;
}
