/*
 * Local placeholder for Doxygen Awesome.
 *
 * Drop the upstream doxygen-awesome.css file here to get the full theme:
 * https://github.com/jothepro/doxygen-awesome-css
 *
 * This fallback keeps generated docs readable when the theme asset has not
 * been installed yet.
 */
:root {
    --primary-color: #125f8f;
    --primary-dark-color: #0b3d5c;
    --primary-light-color: #e6f3fa;
    --page-background-color: #ffffff;
    --page-foreground-color: #1f2933;
    --separator-color: #d7dde4;
}

body {
    color: var(--page-foreground-color);
    background: var(--page-background-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: var(--primary-color);
}

#titlearea,
#nav-tree {
    border-color: var(--separator-color);
}

div.header,
div.contents {
    max-width: 1180px;
}
