/*
Theme Name:  Harbours Edge
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:"bookmania", serif;
    --fontcontent:"montserrat", sans-serif;
}

.bg-tertiary{
	background-color:color-mix(in srgb, var(--tertiarycolor) 50%, transparent)
}