.articleHeader{
  position:relative;
  max-height:200px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(120,200,255,.25);
}
.articleHeader img{
  width:100%;
  height:200px;
  object-fit:fill;
  display:block;
}

.articleHeader__overlay h1{ margin:0 0 6px 0; }
.articleHeader__overlay p{ margin:0; opacity:.95; }


.ff-verdana{font-family:Verdana,Arial,sans-serif}
.ff-arial{font-family:Arial,Helvetica,sans-serif}
.ff-tahoma{font-family:Tahoma,Verdana,sans-serif}
.ff-trebuchet{font-family:"Trebuchet MS",Tahoma,Verdana,sans-serif}
.ff-georgia{font-family:Georgia,"Times New Roman",serif}

.fs-12{font-size:12px}
.fs-14{font-size:14px}
.fs-16{font-size:16px}
.fs-18{font-size:18px}
.fs-22{font-size:22px}
.fs-28{font-size:28px}

.txt-cyan{color:#8ff}
.txt-white{color:#fff}
.txt-yellow{color:#ffea7a}
.txt-lime{color:#9f9}
.txt-magenta{color:#ff8cff}

.accent-cyan{box-shadow:0 0 0 1px rgba(0,255,255,.22) inset, 0 0 18px rgba(0,255,255,.10)}
.accent-blue{box-shadow:0 0 0 1px rgba(120,170,255,.22) inset, 0 0 18px rgba(120,170,255,.10)}
.accent-magenta{box-shadow:0 0 0 1px rgba(255,120,220,.22) inset, 0 0 18px rgba(255,120,220,.10)}
.accent-lime{box-shadow:0 0 0 1px rgba(140,255,160,.22) inset, 0 0 18px rgba(140,255,160,.10)}
.accent-gold{box-shadow:0 0 0 1px rgba(255,210,120,.22) inset, 0 0 18px rgba(255,210,120,.10)}
