/*
Theme Name: Pictopia Studio
Theme URI: https://pictopiastudio.com
Author: Pictopia Studio
Author URI: https://pictopiastudio.com
Description: Custom brochure-site theme for Pictopia Studio, a fictional full-service creative agency based in Costa Rica serving hospitality, wellness, and lifestyle brands. Built from a 6-screen Adobe XD design. Includes a Case Studies custom post type with a Service Category taxonomy, a filterable Portfolio grid, and a working contact form (wp_mail, no plugin).
Version: 1.0.0
Requires at least: 6.0
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: pictopia-studio
Tags: custom-menu, featured-images, translation-ready, one-column, full-width-template

Pictopia Studio is a from-scratch theme (no page builder / no ACF). All real
styling lives in assets/css/main.css, which is enqueued in functions.php.
This file exists to satisfy the WordPress theme header requirement and to
provide a couple of baseline resets WordPress expects from style.css.
*/

/* Minimal baseline — the design system lives in assets/css/main.css */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
}

button {
	font-family: inherit;
}
