/*
Theme Name: niold-home (WPVibe Draft)
Template: voice
Text Domain: niold-home
Description: A lightweight child theme for Voice, designed for homemaking, home organization, practical tips, and recipes with a warm editorial feel.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* Immediate first-paint fallback for the draft preview. This keeps the page
 * visually stable before the full theme stylesheet finishes loading. */
body.niold-home-theme {
	margin: 0;
	background: #f8f3e9;
	color: #17233a;
	font-family: "Source Sans 3", "Helvetica Neue", sans-serif;
}

.niold-card-media img,
.niold-card-feature .niold-card-media img {
	aspect-ratio: 4 / 5 !important;
	object-fit: cover !important;
}
