/*
Theme Name: Maurice Elwin
Theme URI: https://mauriceelwin.com
Template: shellac
Author: Alexander Gordon Kozak
Author URI: https://agkozak.com
Description: The Maurice Elwin child theme for Shellac. Its entire identity comes from three seed colors in theme.json — no CSS overrides required. Add site-specific tweaks below if ever needed.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mauriceelwin
*/

/*
 * Colors live in theme.json (settings.custom seeds). This file is intentionally
 * almost empty: the whole site re-skins from those three seeds. Put any
 * genuinely site-specific CSS here.
 */

/*
 * Links take the Zonophone label green (the secondary seed) — Maurice's gold
 * is a pale accent that turns olive-mud when darkened enough to contrast on
 * the light page, so the gilt stays on the ornaments and the label's green
 * field marks the links (5.0:1 on the paper). Light mode only — the parent
 * keeps the lightened gold for links in dark mode (its rule is more specific).
 */
.shellac-site {
	--s-link: var(--wp--custom--seed-secondary);
	--s-link-hover: color-mix(in srgb, var(--wp--custom--seed-secondary) 70%, #000000);
}
