/*
Theme Name: Milroy's Tuxedos Child
Theme URI: https://www.milroystuxedos.com/
Template: milroys-tuxedos
Author: HAConcepts
Author URI: https://haconcepts.com/
Description: Child theme for Milroy's Tuxedos. Put every customization here — colors, type, spacing, extra CSS, template overrides, and extra PHP — so the parent theme can be updated without losing your changes.
Version: 1.3.2
Requires at least: 6.0
Tested up to: 6.8
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: milroys-child
*/

/* ==========================================================================
   How this file works

   The parent stylesheet loads first, then this one. Anything you write here
   wins. You do NOT need to copy the parent CSS in — only write the bits you
   want to change.

   The parent's design system is built on CSS custom properties, so the
   cleanest customization is to re-declare the tokens below. Delete the
   comment markers around a line to activate it.
   ========================================================================== */

:root {
	/* ---- Brand color ---- */
	/* --ink: #0d0e11; */          /* darkest surface: header, dark sections, footer */
	/* --ink-2: #15171b; */        /* second dark surface */
	/* --charcoal: #1a1d22; */     /* body text on light backgrounds */
	/* --ivory: #f7f4ef; */        /* page background */
	/* --platinum: #d9d4cb; */     /* hairlines, muted borders */
	/* --champagne: #b3945f; */    /* the gold accent: buttons, rules, eyebrows */

	/* ---- Type ---- */
	/* --font-display: "Bodoni Moda", Didot, Georgia, serif; */
	/* --font-body: Inter, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; */

	/* ---- Rhythm ---- */
	/* --wrap: 74rem; */           /* max content width */
	/* --radius: 2px; */           /* corner rounding */
}

/* ==========================================================================
   Examples — uncomment and edit, or replace with your own rules
   ========================================================================== */

/* Softer gold on buttons and rules
:root { --champagne: #c2a674; }
*/

/* Wider page gutter on large screens
@media (min-width: 1200px) {
	.wrap { max-width: 82rem; }
}
*/

/* Square off the buttons
.btn { border-radius: 0; }
*/

/* Tighten the hero headline on mobile
@media (max-width: 600px) {
	.hero h1 { font-size: clamp(2.1rem, 11vw, 3rem); line-height: 1.08; }
}
*/

/* Hide the announcement strip above the header
.topbar { display: none; }
*/

/* Your CSS below this line
   -------------------------------------------------------------------------- */
