/*
Theme Name:  The Waterford
Theme URL:   https://www.spinutech.com
Description: Child Theme of Lifespace
Author:      Spinutech
Author URL:  https://www.spinutech.com
Template:    Lifespace
Version:     2023
*/

/*Child Variables*/
:root {
    --fontheader:"Noto Sans Symbols", serif;
    --fontcontent:"montserrat", sans-serif;
}

.bg-tertiary{
	background-color:color-mix(in srgb, var(--tertiarycolor) 50%, transparent)
}
#mainnav ul.menu>li>a{
    font-weight:600;
}