/*
Theme Name:        Hello Elementor Child Aurum
Theme URI:         https://aurumadvisoring.com
Description:       Child theme di Hello Elementor per Aurum Advisoring. Baseline di hardening/branding (login, admin, cleanup wp_head, sicurezza, SVG) + layer code-first: template PHP che rendono i contenuti da campi ACF (sezioni componibili), senza page builder. Sviluppato da Treelink Studio.
Author:            Treelink Studio
Author URI:        https://treelink.it
Template:          hello-elementor
Version:           0.4.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       hello-elementor-child-aurum
Requires PHP:      8.0
Requires at least: 6.0
Tags:              elementor, child-theme, aurum
*/

:root {
	/* Palette Aurum — chiara, calda, elegante. Oro = accento prezioso, non fondo. */
	--aur-paper:     #faf8f3; /* avorio caldo, fondo principale */
	--aur-paper-2:   #f1ece1; /* avorio piu profondo, sezioni alternate */
	--aur-deep:      #1d1a15; /* espresso scuro, banda CTA */
	--aur-ink:       #221e18; /* near-black caldo, testo e titoli */
	--aur-ink-soft:  #4c463c; /* testo su fondo chiaro, secondario forte */
	--aur-muted:     #8a8174; /* testo terziario / didascalie */
	--aur-gold:      #a9854f; /* oro antico — accento */
	--aur-gold-soft: #cda86f; /* oro chiaro — accento su scuro */
	--aur-line:      #e6dfd1; /* filetti / bordi caldi */

	/* Retrocompatibilità token base */
	--aur-color-bg:     var(--aur-paper);
	--aur-color-fg:     var(--aur-ink);
	--aur-color-accent: var(--aur-gold);
	--aur-color-muted:  var(--aur-muted);
	--aur-color-border: var(--aur-line);

	/* Tipografia */
	--aur-font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
	--aur-font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }

body {
	background: var(--aur-paper);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { transition: color 0.15s ease, opacity 0.15s ease; }

::selection { background: var(--aur-gold); color: #fff; }
