/*
Theme Name: Shahriyar Shahad Pro (Shahad BLK TH 1)
Theme URI: https://shahriyarshahad.com
Author: Shahriyar Shahad & WEBURS
Author URI: https://shahriyarshahad.com
Description: A high-contrast, clean white background and black text WordPress portfolio theme featuring the Rajdhani font family, interactive credential filters, multi-industry experience showcase, company website links, and dynamic project highlights for Shahriyar Shahad.
Version: 21.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shahad-blk-th-1
Tags: portfolio, rajdhani-font, white-background, black-text, minimal, one-page, credentials, experience, modern, responsive-layout

Shahriyar Shahad WordPress Theme, (C) 2026 Shahriyar Shahad.
*/

/* Core CSS Variables - White Background & Black Text */
:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f4f4f5;
  --bg-card: #ffffff;
  --bg-card-hover: #fafafa;
  --border-color: #e4e4e7;
  --border-highlight: #000000;
  
  --text-main: #000000;
  --text-muted: #52525b;
  --text-dim: #71717a;
  
  --accent-black: #000000;
  --accent-white: #ffffff;
  
  --font-heading: 'Rajdhani', sans-serif;
  --font-body: 'Rajdhani', 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'Rajdhani', monospace;
  
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
