/**
 * Theme Name: Hello Elementor Child
 * Theme URI:  https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 * Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Author:     Elementor Team
 * Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 * Template:   hello-elementor
 * Version:    1.0.0
 * License:    GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:       accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
 * Text Domain: hello-elementor-child
 * Generated by WPMasterToolKit
 * @link https://wordpress.org/plugins/wpmastertoolkit/
 */
/* --- Brand pink text links (.vh-link-pink) -----------------------------
 * Berry (--viya-berry #720065, PANTONE 2415 C) is the only pink in the
 * brand palette that passes WCAG AAA for normal text: 11.03:1 on white,
 * 10.4:1 on blush #FFF0F9. Contraception pink #FF88E6 (2.1:1) and
 * fertility magenta #C40CB3 (5.2:1) both fail — do not use them for text.
 * Apply the class to the <a> itself or to any container to recolor all
 * links inside it. Hover/focus shifts to deep purple #390047 (16.6:1).
 * NOTE: on full-saturation lavender #C6AEFF surfaces berry is 5.7:1 (AA
 * only) — keep these links on white/near-white backgrounds for AAA. */
a.vh-link-pink,
.vh-link-pink a {
    color: #720065; /* --viya-berry */
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
a.vh-link-pink:hover,
.vh-link-pink a:hover,
a.vh-link-pink:active,
.vh-link-pink a:active {
    color: #390047; /* --viya-deep-purple */
}
a.vh-link-pink:focus-visible,
.vh-link-pink a:focus-visible {
    color: #390047;
    outline: 2px solid #720065;
    outline-offset: 2px;
    border-radius: 2px;
}
