@import url("../../unity/references/unity-reference.css");

:root {
  --navy: #071a2d;
  --navy2: #123f66;
  --accent: #2f6f9f;
  --accent-soft: #dce9f2;
}

.ref-brand img { padding: 4px; }
.ref-brand small { color: #5f7890; }
.topic-link.topic-photo:hover,
.topic-link.topic-photo.on { box-shadow: 0 20px 34px -24px rgba(7,29,51,.95), 0 0 0 2px #4f7696; }
.hero-board { background: linear-gradient(145deg,#071a2d,#1a4c73); }
.hero-board .board-list li::before { color: #87d4e6; }
.ref-hero::before {
  content: "UNREAL";
  position: absolute;
  right: 28px;
  top: 20px;
  color: rgba(7,26,45,.06);
  font: 900 46px/1 "Lexend",sans-serif;
  letter-spacing: 5px;
}
.resource-preview { background: linear-gradient(135deg,#081a2e,#6f91aa); }
.ref-footer { background: linear-gradient(135deg,#06182a,#17476d); }
