/*
 * Device Portal template theme override (design).
 *
 * Loaded after Silicon's theme stylesheet to apply the portal's intentional
 * light-theme palette. Keep component styling in Silicon markup/utilities;
 * reserve this file for portal-wide design tokens and theme-level overrides.
 */
[data-bs-theme="light"] body {
    background-color: #f8f8f8;
    color: #18181b;
}

[data-bs-theme="light"] .card {
    background-color: #ffffff;
}

[data-bs-theme="light"] .footer {
    background-color: #ffffff;
}
