/* Sandėlys — clean professional panel polish (subtle) */
:root {
    --s-ink: #0f172a;
    --s-muted: #64748b;
    --s-line: #e2e8f0;
    --s-soft: #f8fafc;
    --s-primary: #0f766e;
    --s-radius: 0.75rem;
}

html, body {
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

.fi-btn {
    border-radius: var(--s-radius) !important;
    font-weight: 600 !important;
}

.fi-input,
.fi-select-input,
textarea.fi-textarea,
select.fi-select {
    border-radius: var(--s-radius) !important;
}

.fi-section,
.fi-wi-widget > section,
.fi-ta-ctn,
.fi-modal-window {
    border-radius: 0.85rem !important;
}

.sandelys-top-welcome__logout {
    border-radius: 0.65rem !important;
}

.sandelys-install-qr > div {
    border-radius: 0.85rem !important;
}
