/**
 * Theme Name:     Spectra One Child
 * Author:         Wizarts
 * Template:       spectra-one
 * Text Domain:	   spectra-one-child
 * Description:    Custom child theme
 */

:root{
	--wp--preset--font-size--x-small: 13px;
	--wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 24px;
    --wp--preset--font-size--xx-large: 28px;
    --wp--preset--font-size--xxx-large: 42px;
    --wp--preset--font-size--xxxx-large: 56px;
}
p{
	line-height: normal;
	font-weight: 300;
}
a{
	font-weight: 300;
}
footer *{
	line-height: 1;
}
.mobile-menu ul {
	gap: 0 !important;
}
body .wp-block-site-logo img{
	width: 120px;
}