/*
Theme Name:  Oak Trace
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:'Zilla Slab', serif;
    --fontcontent:'Montserrat', sans-serif;
}

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