/**
* Theme Name: Spaciaz Child
* Description: This is a child theme of Spaciaz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: spaciaz
* Version: 1.2.0
*/

/* ===== Accessibility Fixes ===== */

/* Fix: Links rely on color to be distinguishable */
/* Add underline to content links so they are not color-only */
.elementor-widget-text-editor a,
.entry-content a,
.post-content a,
article a:not(.elementor-button):not(.btn) {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Remove underline from buttons and navigation */
.elementor-button a,
a.elementor-button,
.elementor-nav-menu a,
nav a,
.site-header a,
.site-footer a,
.hfe-nav-menu a,
footer a,
.elementor-widget-heading a {
    text-decoration: none;
}

/* Fix: Contrast ratio for light text on light backgrounds */
/* Ensure body text meets WCAG AA (4.5:1 ratio) */
.elementor-widget-text-editor,
.entry-content,
article p {
    color: #333333;
}

/* ===== Heading Letter-Spacing Fix (Georgian text) ===== */
/* Elementor kit sets -2px globally — override to 0.02em for readability */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
    letter-spacing: 0.02em !important;
}
