/*
Theme Name: Ahmed Al-Najjar Portfolio
Theme URI: https://ais-dev-lzvfb5dyvv7yt7pfiwjokn-517875014039.us-east1.run.app
Author: Ahmed Al-Najjar
Author URI: https://github.com/ahmed-alnajjar
Description: A professional, high-performance portfolio theme for digital content creators, designers, and video editors. Built with React, Tailwind CSS, and Framer Motion.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, creative, dark-mode, responsive, modern, animation
Text Domain: alnajjar-portfolio
*/

/* 
  Note: This theme uses Tailwind CSS for utility-first styling. 
  The main styles are compiled into the production build.
  This file serves as the entry point for WordPress theme identification.
*/

@import "tailwindcss";

:root {
  --primary: #8a2be2;
  --primary-container: #4b0082;
  --surface: #0a0a0a;
  --on-surface: #ffffff;
}

body {
  margin: 0;
  font-family: 'Inter', 'Cairo', sans-serif;
  background-color: var(--surface);
  color: var(--on-surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-gradient {
  background: linear-gradient(to right, #8a2be2, #d8bfd8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-nav {
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
