:root{
  --primary:#eca413;
  --bg-dark:#181611;
  --surface:#221c10;
  --text:#ffffff;
  --muted:rgba(255,255,255,.62);
  --muted2:rgba(255,255,255,.45);
  --border:rgba(255,255,255,.07);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.fmh-body{
  margin:0;
  background:var(--bg-dark);
  color:var(--text);
  font-family:"Newsreader", serif;
  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%;display:block}

.fmh-wrap{
  max-width:1440px;
  margin:0 auto;
  padding:0 24px;
}
@media (min-width:768px){
  .fmh-wrap{padding:0 40px;}
}
