/*
Theme Name:   Deluxe Dento-Facial
Theme URI:    https://deluxedentofacial.local
Description:  Child theme for Deluxe Dento-Facial, built on Dotcraft Base.
Author:       Dotcraft Studio
Author URI:   https://dotcraftstudio.com
Template:     dotcraft-base
Version:      1.0.0
Text Domain:  deluxe-dento-facial
*/

/* =============================================================================
   TOKEN OVERRIDES — Quiet Luxury
   ============================================================================= */

:root {
	/* Typography */
	--dc-font-base:           'Merriweather', Georgia, serif;
	--dc-font-secondary:      'Raleway', system-ui, sans-serif;
	--dc-line-height-base:    1.78;
	--dc-letter-spacing-wide: 0.14em;

	/* Colors */
	--dc-black:               #2E2E2E;
	--dc-white:               #faf9f7;
	--dc-white-pure:          #ffffff;
	--dc-primary:             #012444;
	--dc-primary-dim:         #023a6b;
	--dc-secondary:           #C0A062;
	--dc-secondary-dim:       #a8895a;
	--dc-tertiary:            #E8E8E8;
	--dc-surface:             #f4f2ef;

	/* Semantic */
	--dc-color-bg:            var(--dc-white);
	--dc-color-bg-alt:        var(--dc-surface);
	--dc-color-text:          var(--dc-black);
	--dc-color-text-muted:    #6b6b6b;
	--dc-color-accent:        var(--dc-secondary);
	--dc-color-accent-hover:  var(--dc-secondary-dim);
	--dc-color-border:        rgba(1, 36, 68, 0.08);

	/* Spacing */
	--dc-section-pad:         clamp(3.5rem, 6vw, 5.5rem);

	/* Header */
	--dc-header-height:       90px;
	--dc-header-height-mobile: 68px;
	--dc-header-sticky-bg:    var(--dc-primary);
	--dc-header-sticky-blur:  0px;

	/* Transitions — slow and elegant */
	--dc-duration-elegant:    500ms;
	--dc-ease-elegant:        cubic-bezier(0.25, 0.1, 0.25, 1);
}
