/*
Theme Name: Blossom Spa Child
Description: Child theme for Blossom Spa
Author: Rasmus Runberg
Template: blossom-spa
Version: 1.0.0
*/

/*
 * Replace Blossom Spa's hardcoded green SVG accents
 * with Vandana Yoga's custom turquoise color.
 *
 * #2AEAEA becomes %232AEAEA inside data URLs.
 */

:root {
    --primary-color: #2AEAEA;
    --primary-color-rgb: 42, 234, 234;
}

/* Site title: black normally, turquoise on hover */
.site-branding .site-title a {
    color: #262525;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: var(--primary-color);
}
