:root{
  --bg:#FF3F8E;
  --bg-alt:#FFFFFF;
  --bg-alt2:#FFE1EE;
  --text:#141212;
  --text-soft:#5B5555;
  --line:#141212;
  --line-soft:#141212;
  --accent:#FFD23F;
}
body{
  background-image:radial-gradient(circle, rgba(20,18,18,0.10) 1.3px, transparent 1.3px);
  background-size:11px 11px;
}
header.site-header, footer.site-footer, .filter-row{border-width:3px;}
.mode-tag{background:var(--line);color:var(--bg);border:none;font-weight:700;}
nav.site-nav a{font-weight:600;opacity:.65;}
nav.site-nav a.active, nav.site-nav a:hover{opacity:1;}
.tag{border-width:2px;font-weight:700;}
h1, .logo{text-transform:uppercase;font-weight:700;}
.filter-tab{border:2px solid var(--line);background:var(--bg-alt);margin-right:6px;border-bottom:2px solid var(--line);}
.filter-tab.active{background:var(--line);color:var(--bg);}
