/* Insite AI — WixPortal
   Minimal base styles. Component-specific styles live in *.razor.css files. */

html, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #F8F9FA;
    color: #1A1A2E;
    -webkit-font-smoothing: antialiased;
}

/* MudBlazor global overrides */
.mud-main-content {
    padding: 0 !important;
}

a {
    color: #116DFF;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }
