/* Loes theming + white-label for Open WebUI */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-primary: #4f46e5;
    --color-primary-500: #4f46e5;
}

html, body, button, input, textarea, select {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

code, pre, kbd, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}

/* Hide every link back to Open WebUI (about / footer / community / socials) */
a[href*="openwebui.com"],
a[href*="github.com/open-webui"],
a[href*="docs.openwebui.com"],
a[href*="discord.gg/"],
a[href*="github.com/sponsors"] {
    display: none !important;
}
