/*
Theme Name: GoAhead Digital
Theme URI: https://goaheaddigital.com/
Author: GoAhead Digital
Author URI: https://goaheaddigital.com/
Description: A bold, dark, motion-driven WordPress theme for GoAhead Digital — a digital services agency. Acid-lime accents, kinetic typography, and an animated showreel section. Fully self-contained: activate it and the full demo site (Home, Pricing, About, FAQs, Contact) builds itself.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goahead-digital
Tags: dark, one-column, custom-menu, featured-images, full-width-template, theme-options, footer-widgets, agency, business
*/

/*
  All visual styling lives in /assets/css/main.css (enqueued from functions.php).
  This file only carries the theme header WordPress requires, plus a couple of
  editor-safe resets so the theme never renders unstyled if the asset fails to load.
*/

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; background: #050505; color: #f5f5f5; }
