/*
Theme Name:     Light FSE
Theme URI:      
Description:    Custom light FSE theme by Youdemus
Author:         Youdemus
Author URI:     https://youdemus.fr
Version:        0.3.0
*/

body {
    line-height: normal;
}

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b {
    color: var(--wp--preset--color--custom-primary);
    font-weight: inherit;
}

.color-primary {
    color: var(--wp--preset--color--custom-primary);
}

.background-primary {
    background-color: var(--wp--preset--color--custom-background-primary);
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.word-wrap {
    word-wrap: normal;
    word-break: normal;
}

header:has(>.is-position-sticky) {
	position: sticky;
	top: calc( 0px + var( --wp-admin--admin-bar--height, 0px ) );
	z-index: 100;
}
