/*
Theme Name: Zippy Web Studio
Theme URI: https://zippywebstudio.com
Author: Zippy Web Studio
Author URI: https://zippywebstudio.com
Description: Premium, dark-mode, interactive custom WordPress theme for Zippy Web Studio — a digital agency offering websites, marketing, branding and AI automation. Built with a custom Portfolio system, live-demo case studies, an admin-configurable cost estimator, and GSAP/Three.js powered interactions.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zippy
Tags: dark, agency, portfolio, custom-menu, featured-images, threaded-comments, translation-ready

Zippy Web Studio Theme. Core layout rules live in assets/css/main.css —
this file only carries the required theme header block plus a minimal
reset so the theme still looks reasonable if main.css fails to load.
*/

* { box-sizing: border-box; }
body {
	margin: 0;
	background: #0a0a0a;
	color: #f5f5f5;
	font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
