/* ---- Global font & smoothness ---- */
body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.01em;
}

/* ---- Softer background ---- */
.ui {
  background-color: #f7f7f5;
}

/* ---- Timeline cards ---- */
.status {
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* ---- Boosts / replies less noisy ---- */
.status__prepend {
  opacity: 0.6;
}

/* ---- Buttons ---- */
.button {
  border-radius: 999px;
  font-weight: 500;
}

/* ---- Links ---- */
a {
  color: #2b6cb0;
}

/* ---- Sidebar polish ---- */
.column-header {
  font-weight: 600;
  letter-spacing: 0.02em;
}


