/*
 * Pokojnejšia typografia SomGeek.
 * Text sa zobrazí presne tak, ako je napísaný vo WordPresse.
 * Téma už automaticky nemení názvy, menu ani štítky na VEĽKÉ PÍSMENÁ.
 */
.sg-site-body * {
    text-transform: none !important;
}

/*
 * Všetky nadpisy a názvy článkov na webe používajú Roboto Condensed.
 * Stredná hrúbka 500 zachová čitateľnosť, ale nepôsobí ako tučné písmo.
 */
.sg-site-body h1,
.sg-site-body h2,
.sg-site-body h3,
.sg-site-body h4,
.sg-site-body h5,
.sg-site-body h6,
.sg-site-body .sg-article-title {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-weight: 500 !important;
}

.sg-site-body h1 a,
.sg-site-body h2 a,
.sg-site-body h3 a,
.sg-site-body h4 a,
.sg-site-body h5 a,
.sg-site-body h6 a,
.sg-site-body .sg-article-title a {
    font-family: inherit !important;
    font-weight: inherit !important;
}

/*
 * Font zvolený priamo v Gutenberg bloku má prednosť pred globálnym
 * fontom nadpisov na webe.
 */
.sg-site-body .has-inter-font-family {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.sg-site-body .has-roboto-condensed-font-family {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif !important;
}

.sg-site-body .has-source-serif-4-font-family {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
}

.sg-site-body .has-oswald-font-family {
    font-family: Oswald, "Arial Narrow", Arial, sans-serif !important;
}

/* Roboto Bold – výrazný titulok podľa zadaného typografického nastavenia. */
.sg-site-body .has-roboto-bold-font-family {
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}

.sg-site-body h1.has-roboto-bold-font-family,
.sg-site-body h2.has-roboto-bold-font-family,
.sg-site-body h3.has-roboto-bold-font-family,
.sg-site-body h4.has-roboto-bold-font-family,
.sg-site-body h5.has-roboto-bold-font-family,
.sg-site-body h6.has-roboto-bold-font-family {
    font-size: clamp(2.25rem, 3.4vw, 3.375rem) !important;
}

/*
 * Odstránenie odhadovaného času čítania:
 * - hlavná hero karta na domovskej stránke,
 * - hlavička detailu článku.
 */
.sg-hero-main .sg-meta > span:nth-child(2),
.single-post .sg-article-meta > span:nth-child(3) {
    display: none !important;
}
