/**
 * Alignement typographique sur https://www.fsjm.ch (packed CSS : body Bootstrap + Roboto, titres Georgia).
 */
:root,
.editor-styles-wrapper {
	--fsjm-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		"Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
	--fsjm-serif: Georgia, "Times New Roman", Times, serif;
	--wp--preset--font-family--body: var(--fsjm-sans);
	--wp--preset--font-family--heading: var(--fsjm-serif);
	--wp--preset--font-family--inter: var(--fsjm-sans);
	--wp--preset--font-family--cardo: var(--fsjm-serif);
	--wp--preset--font-family--manrope: var(--fsjm-sans);
}

body,
button,
input,
select,
textarea {
	font-family: var(--fsjm-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.wp-block-post-title,
.wp-block-query-title {
	font-family: var(--fsjm-serif);
	font-weight: 700;
}

/* Dates d’articles / news (même famille que les titres sur fsjm.ch) */
.wp-block-post-date,
.wp-block-post-date a,
.wp-block-latest-posts__post-date,
.wp-block-comment-date,
.wp-block-comment-date a,
.entry-date,
.posted-on,
.post-date {
	font-family: var(--fsjm-serif);
	font-weight: 400;
	font-style: italic;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
