.page-template-420-page,
.page-template-template-420 {
  --bg: #080808;
  --bg-2: #0e0e0e;
  --bg-card: #131313;
  --bg-elev: #1a1a1a;
  --gold: #c9a84c;
  --gold-h: #e4c76b;
  --gold-glow: rgba(201,168,76,0.10);
  --gold-faint: rgba(201,168,76,0.04);
  --green: #3d8b37;
  --txt: #f0ece4;
  --txt-2: #9a9590;
  --txt-m: #504d48;
  --bdr: #1f1d1a;
  --bdr-g: rgba(201,168,76,0.18);
  --red: #d63031;
}

.page-template-420-page *,
.page-template-template-420 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-template-420-page,
.page-template-template-420 {
  background: var(--bg);
  color: var(--txt);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.page-template-420-page::after,
.page-template-template-420::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-template-420-page h1,
.page-template-420-page h2,
.page-template-420-page h3,
.page-template-template-420 h1,
.page-template-template-420 h2,
.page-template-template-420 h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.05;
  color: var(--txt);
}

.page-template-420-page a,
.page-template-template-420 a {
  color: var(--gold);
  text-decoration: none;
}

.page-template-420-page a:hover,
.page-template-template-420 a:hover {
  color: var(--gold-h);
}

.page-template-420-page .wrap,
.page-template-template-420 .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
