/* L'administration reprend les deux familles typographiques du site public. */
body,
button,
input,
textarea,
select {
    font-family: "Montserrat", Arial, sans-serif;
}

.login-brand,
.login-card h1,
.admin-logo,
.admin-main h1,
.admin-main h2,
.admin-main h3,
.admin-quick strong,
.admin-cards span,
.rich-editor {
    font-family: "Cormorant Garamond", Georgia, serif;
}
