/*
Theme Name:        Tiny Travellers
Theme URI:         https://tinytravellers.je
Description:       Custom classic WordPress theme for Tiny Travellers, a baby & toddler equipment rental business in Jersey. Provides the layout, design system, and WooCommerce templates. Booking logic is supplied separately by the tt-rentals plugin (Phase 3); this theme leaves clearly-marked placeholders where that plugin plugs in.
Author:            Tiny Travellers
Author URI:        https://tinytravellers.je
Version:           0.1.0
Requires at least: 6.5
Tested up to:      7.0
Requires PHP:      8.2
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       tiny-travellers
Tags:              custom-colors, custom-menu, custom-logo, featured-images, full-width-template, translation-ready, e-commerce
*/

/* --------------------------------------------------------------------------
   This file holds the theme header (above) and a minimal reset ONLY.
   All theme styling lives in assets/css/theme.css. Do NOT add styles here.
   Design tokens (tokens.css) and components (components.css) are the brand
   source of truth and must not be modified.
   -------------------------------------------------------------------------- */

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