/* Nozomi Networks docs homepage tokens.
   Source palette: nozominetworks.com (Montserrat, #0093d2, slate #494957)
   and the existing webhelp template (template/nozomi-docs/n2-html.css).
   The homepage is fixed dark: one even slate background across header,
   page, and footer. Content tiles stay light (--n2-card-*) — the same
   chrome-dark/content-light rule the sub-sites will follow. */

:root {
    --n2-accent: #0093d2;
    --n2-accent-deep: #0175a0;
    --n2-accent-bright: #4cc3f0;

    --n2-bg: #494957;
    --n2-text: #ffffff;
    --n2-muted: #c3c6ce;
    --n2-border: rgba(255, 255, 255, 0.22);
    --n2-surface: rgba(255, 255, 255, 0.07);

    --n2-card-bg: #ffffff;
    --n2-card-text: #1d2732;
    --n2-card-muted: #6f707c;
    --n2-card-border: #e2e2e2;

    --n2-font: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}
