/*
 * flir_theme.css
 * Teledyne Vision Solutions brand overrides for the Sphinx/furo theme.
 * Mirrors the MkDocs Material palette defined in doc/docs/assets/extra.css
 * so both doc sites share a consistent visual identity.
 */

/* -------------------------------------------------------------------------
 * Typography — Roboto matches the MkDocs Material default font stack
 * ------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Roboto+Mono:wght@400;500&display=swap');

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Helvetica, Arial, sans-serif;
}

pre, code, kbd, samp, .highlight {
    font-family: "Roboto Mono", "SFMono-Regular", Consolas, "Liberation Mono",
                 Menlo, monospace;
}

/* -------------------------------------------------------------------------
 * All Teledyne Vision Solutions brand colour overrides are managed via
 * light_css_variables / dark_css_variables in conf.py so that Furo injects
 * them at the highest-specificity level (:root[data-theme=...]).  Only
 * structural / non-variable CSS lives here.
 * ------------------------------------------------------------------------- */
