/*
Theme Name: Raynath Portfolio
Theme URI: https://raynath.com
Author: Antigravity AI
Author URI: https://github.com/google-gemini
Description: A premium, minimalist, and ultra-fast photo-centric portfolio theme featuring three distinct layouts: Aether Grid (dark masonry), Horizon Flow (horizontal scroll), and Zenith Split (split-screen gallery).
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: raynath-portfolio
*/

/* Reset & Core Base styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: #000; /* Default fallback */
    color: #fff;
}

/* Base styles will be extended in assets/css/theme.css */
