/*
Theme Name: Utopia Theme
Theme URI: https://example.com/utopia-theme
Author: Your Agency
Author URI: https://example.com
Description: A modern, conversion-focused theme for design & digital agencies. Features a floating capsule navigation, animated case-study showcase, testimonial carousel, flexible pricing tables, and full support for the WordPress block editor. Built with custom post types for Projects, Services, Testimonials and Team members, a theme Customizer panel for brand colors/content, and accessible, responsive markup throughout.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novastudio
Tags: blog, portfolio, one-column, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, wide-blocks

Utopia Theme is a from-scratch WordPress theme and is not affiliated with, endorsed by,
or a copy of any third-party website's code or brand assets. Layout structure and UX
patterns are original implementations inspired by common modern agency-site conventions.
*/

/* -------------------------------------------------------------------------
   Minimal reset (full design system lives in assets/css/style.css, enqueued
   via functions.php so it can be cached/versioned independently of this file,
   which WordPress requires for theme metadata).
   ---------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}
