/* Personal overrides for the Warsaw dashboard. */
:root {
  --dashboard-card-radius: 12px;
}

.widget-content-frame {
  border-radius: var(--dashboard-card-radius);
}
