/*
Theme Name:        Hello Elementor Child LADICO
Theme URI:         https://ladico.it
Description:       Child theme di Hello Elementor brandizzato LADICO — include branding login/admin, cleanup wp_head, hardening base, supporto SVG e override CSS. Sviluppato da LAboratorio DI COmunicazione SRL.
Author:            Gabriele Tentori — LAboratorio DI COmunicazione SRL
Author URI:        https://ladico.it
Template:          hello-elementor
Version:           1.0.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       hello-elementor-child-ladico
Requires PHP:      8.0
Requires at least: 6.0
Tags:              elementor, child-theme, ladico
*/

:root {
	--lch-color-bg: #ffffff;
	--lch-color-fg: #000000;
	--lch-color-accent: #000000;
	--lch-color-muted: #6b6b6b;
	--lch-color-border: #e5e5e5;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

::selection {
	background: var(--lch-color-fg);
	color: var(--lch-color-bg);
}
