@charset "UTF-8";
@import url("../fonts/gfs/fonts.css");

:root {
    --nomika-gfs-ancient-font: "GFS Didot Classic", "GFS Didot", Georgia, "Times New Roman", serif;
}

.nomika-gfs-font,
span[style*="GFS "] {
    font-weight: 400;
    letter-spacing: 0;
}

.nomika-gfs-font--didot-classic {
    font-family: "GFS Didot Classic", "GFS Didot", Georgia, "Times New Roman", serif;
}

body.homepage--classic .quote-card-hero .quote-body,
body.public-subpage.public-subpage-quotes .quotes-spotlight__quote,
body.public-subpage.public-subpage-quotes .quote-card-compact .quote-body {
    font-family: var(--nomika-gfs-ancient-font) !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    text-wrap: pretty;
}

body.homepage--classic .quote-card-hero .quote-body {
    font-size: clamp(1.72rem, 2.05vw, 2.12rem);
    line-height: 1.62;
}

body.public-subpage.public-subpage-quotes .quotes-spotlight__quote {
    line-height: 1.62;
}

body.public-subpage.public-subpage-quotes .quote-card-compact .quote-body {
    line-height: 1.58;
}

.article-body .nomika-gfs-font,
.article-content .nomika-gfs-font,
.portal-documents-editor-preview__content .nomika-gfs-font {
    font-family: var(--nomika-gfs-ancient-font);
}
