@import '/vendor/filament/filament/resources/css/theme.css';

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Notion-style: clean, minimal, warm */
.fi-body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

/* Sidebar más limpia */
.fi-sidebar {
    border-right: 1px solid rgb(235, 235, 235) !important;
}

.dark .fi-sidebar {
    border-right: 1px solid rgb(45, 45, 45) !important;
}

/* Tablas estilo Notion */
.fi-ta-table {
    font-size: 0.875rem !important;
}

.fi-ta-row {
    border-bottom: 1px solid rgb(240, 240, 240) !important;
}

.dark .fi-ta-row {
    border-bottom: 1px solid rgb(40, 40, 40) !important;
}

/* Cards más suaves */
.fi-section {
    border-radius: 0.5rem !important;
    box-shadow: none !important;
    border: 1px solid rgb(235, 235, 235) !important;
}

.dark .fi-section {
    border: 1px solid rgb(45, 45, 45) !important;
}

/* Badges más sutiles */
.fi-badge {
    font-weight: 500 !important;
    font-size: 0.75rem !important;
}

/* Botones más limpios */
.fi-btn {
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
}

/* Header limpio */
.fi-header-heading {
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
}

/* Inputs más limpios */
.fi-input {
    border-radius: 0.375rem !important;
}
