/*
Theme Name: WiraShoppe D'lynn (Concept A)
Theme URI: https://localhost:8080/
Description: Twenty Twenty-Five child theme for WiraShoppe D'lynn. Concept A palette only — white background, near-black text, gold accent, silver dividers, system font. No layout changes.
Author: WiraShoppe
Template: twentytwentyfive
Version: 0.1.0
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 8.1
Text Domain: wira-points
*/

/* Concept A palette + font. Custom-property overrides only — no layout rewrites. */
:root,
body {
	--wp--preset--color--base: #ffffff;
	--wp--preset--color--contrast: #1a1a1a;
	--wp--preset--color--accent-1: #c8a94b; /* gold */
	--wp--preset--color--accent-2: #e7e7ea; /* silver */
	--wp--preset--color--accent-3: #6b551d; /* gold ink */

	--wsh-bg: #ffffff;
	--wsh-ink: #1a1a1a;
	--wsh-gold: #c8a94b;
	--wsh-silver: #e7e7ea;
}

body {
	background-color: #ffffff;
	color: #1a1a1a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

a {
	color: #6b551d;
}

a:hover,
a:focus {
	color: #b9992f;
}
