/*
Theme Name: Jahangir Portfolio
Theme URI: https://mjalam.com
Author: Md Jahangir Alam
Author URI: https://mjalam.com
Description: A modern, animated PhD researcher portfolio theme with water/glass aesthetics. Elementor compatible.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jahangir-portfolio
Tags: portfolio, one-page, elementor, responsive, custom-colors, animation
*/

/* ===================================================
   RESET & BASE
=================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #f8faff;
    color: #1a1a2e;
    overflow-x: hidden;
    line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
