/*
Theme Name: ATDT GP Herrur
Theme URI: https://www.herrur.se
Description: Barntema till GeneratePress för herrur.se. Sval, teknisk uppslagsverks-identitet.
Author: Redaktionen
Template: generatepress
Version: 1.0.0
*/

:root{
  --hu-bg:#f4f5f7;
  --hu-ink:#14171c;
  --hu-muted:#5d646e;
  --hu-steel:#3a5a78;
  --hu-steel-dark:#284963;
  --hu-line:#dde1e6;
  --hu-card:#ffffff;
}

body{
  background:var(--hu-bg);
  color:var(--hu-ink);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:18px;
  line-height:1.75;
}

h1,h2,h3,h4,.site-title{
  font-family:"Lora",Georgia,serif;
  color:var(--hu-ink);
  line-height:1.22;
}
.entry-content h2{
  font-size:1.6rem;margin:2.4rem 0 .8rem;padding-bottom:.35rem;
  border-bottom:2px solid var(--hu-line);
}
.entry-content h3{font-size:1.25rem;margin:1.7rem 0 .5rem;color:var(--hu-steel-dark)}
.entry-title{font-size:2.2rem;line-height:1.18}

a{color:var(--hu-steel-dark);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}
a:hover{color:var(--hu-ink)}

/* Header */
.site-header{background:#fff;border-bottom:1px solid var(--hu-line)}
.site-title a{font-weight:600;letter-spacing:.01em}
.site-description{color:var(--hu-muted)}

/* Navigation */
.main-navigation{background:var(--hu-ink)}
.main-navigation .main-nav ul li a{
  color:#e6e9ee;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:.78rem;
  font-weight:500;
}
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item a{color:#fff;background:var(--hu-steel)}

/* Intro / ingress */
.entry-content .intro{
  font-size:1.18rem;
  line-height:1.6;
  color:var(--hu-muted);
  border-left:3px solid var(--hu-steel);
  padding-left:1.1rem;
  margin-bottom:1.8rem;
}

/* Body content */
.entry-content p{margin:0 0 1.1rem}
.entry-content ul{margin:0 0 1.3rem;padding-left:1.2rem}
.entry-content li{margin-bottom:.45rem}
.entry-content strong{color:var(--hu-ink)}

/* Figurer och bildkredit */
.entry-content figure{margin:1.6rem 0}
.entry-content figcaption,.wp-caption-text,.atdt-credit{
  font-size:.8rem;color:var(--hu-muted);font-style:italic;margin-top:.4rem;text-align:left;display:block
}

/* Ordlista-känsla: definitionspunkter */
.entry-content ul li strong{color:var(--hu-steel-dark)}

/* Footer */
.site-footer{background:var(--hu-ink);color:#c4ccd6}
.site-footer a{color:#dbe3ec}
.site-info{font-size:.85rem}

.entry-content blockquote{border-left:3px solid var(--hu-steel);color:var(--hu-muted);font-style:italic}

/* Utvald bild som hero */
.featured-hero{margin:0 0 1.6rem}
.featured-hero img{width:100%;height:auto;display:block;border-radius:4px}
.featured-hero .atdt-credit{margin-top:.4rem}
