:root {
  --accent: #22d3ee;
}

* {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji','Segoe UI Emoji';
}

.fw-800 {
  font-weight: 800;
}

.lh-tight {
  line-height: 1.1;
}

.card.bg-dark-subtle {
  background-color: #1f2125 !important;
}

.bg-dark {
  background-color: #0b0b0f !important;
}

.text-light {
  color: #e5e7eb !important;
}

a.link-light {
  text-decoration: none;
}

a.link-light:hover {
  text-decoration: underline;
}

ul {
  list-style-type: square;
}

