body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg);
    padding: 20px;
}

/* ===== Lucide icons ===== */
i[data-lucide] {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
}