/*
Theme Name: Miniture
Theme URI: https://themes.myalby.com/miniture
Description: PLACEHOLDER alby theme — replace with the real Miniture design from themes.myalby.com when ready. Currently provides the minimum WP-valid theme skeleton so Alby_Store_Upgrade::switch_theme() succeeds and the storefront renders.
Author: Aspire Digital Group
Author URI: https://aspiredigitalgroup.com.au
Version: 0.0.1-placeholder
Text Domain: miniture
Tags: alby, e-commerce, woocommerce, placeholder
*/

:root {
	--alby-emerald: #00DD93;
	--alby-british-green: #0E402D;
	--alby-black: #000000;
	--alby-white: #FFFFFF;
}

body {
	font-family: Inter, system-ui, sans-serif;
	background: var(--alby-white);
	color: var(--alby-british-green);
	margin: 0;
	padding: 0;
}

a { color: var(--alby-emerald); }

.alby-placeholder-banner {
	background: var(--alby-british-green);
	color: var(--alby-white);
	padding: 1rem;
	text-align: center;
	font-size: 0.85rem;
}

.alby-placeholder-banner code {
	background: rgba(255,255,255,0.15);
	padding: 0.1rem 0.4rem;
	border-radius: 3px;
}
