/* PII Guard brand v2 - синий primary + light/dark (совпадает с pii-guard.ru) */
:root {
  --pg-primary: #1d4ed8;
  --pg-primary-hover: #1e40af;
}
html[theme-mode="dark"] {
  --pg-primary: #4f8bff;
  --pg-primary-hover: #2563eb;
}
.bg-primary, .text-primary, .border-primary { background-color: var(--pg-primary) !important; }
.text-primary { color: var(--pg-primary) !important; background: transparent !important; }
button[class*="bg-"] { background-color: var(--pg-primary) !important; }
.bg-primary:hover { background-color: var(--pg-primary-hover) !important; }
a { color: var(--pg-primary); }
:focus-visible { outline-color: var(--pg-primary) !important; }

body, .semi-portal, [class*=font-sans], button, input, select, textarea {
  font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif !important;
}
.semi-navigation-header-title, .semi-typography-title, h1, h2 {
  font-family: 'Unbounded', 'IBM Plex Sans', sans-serif !important;
  letter-spacing: -.03em;
}
.semi-button, .semi-card, .semi-input-wrapper, .semi-select, .semi-modal,
.semi-table .semi-table-row-head, .semi-tag, .semi-dropdown-menu,
[class*="rounded"] { border-radius: 0 !important; }
.semi-card { box-shadow: none !important; border: 1px solid var(--semi-color-border); }

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600;700&family=Unbounded:wght@400;700&display=swap');
body[theme-mode="dark"], html[theme-mode="dark"] {
  --pg-primary: #4f8bff;
  --pg-primary-hover: #2563eb;
}
