/*
Theme Name: Antigravity Portfolio
Theme URI: https://example.com/
Author: Google Antigravity
Author URI: https://example.com/
Description: A clean, modern starter theme for a portfolio.
Version: 1.0.0
Text Domain: antigravity-portfolio
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
 * -------------------------------------------------------------------------
 * 1. Setup & Reset
 * -------------------------------------------------------------------------
 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}

/* 
 * Add your custom styles here. Modern CSS approaches like CSS variables, 
 * Flexbox, and CSS Grid are recommended for a responsive layout.
 */
