/* 50Blind brand overrides — Bootstrap 5 dark theme base */

:root {
  --fb-green: #22c55e;
  --fb-green-dim: #16a34a;
  --fb-bg: #0d1117;
  --fb-surface: #161b22;
  --fb-border: #21262d;
  --bs-body-font-family: "Avenir Next", "Avenir", system-ui, -apple-system, sans-serif;
}

body {
  background-color: var(--fb-bg);
}

/* Footer */
.fb-footer {
  background-color: var(--fb-surface);
  border-top: 1px solid var(--fb-border);
}

/* Links */
.fb-link {
  color: var(--fb-green);
  text-decoration: none;
}

.fb-link:hover {
  color: var(--fb-green-dim);
  text-decoration: underline;
}
