/*
 * Sprint Enterprise Technology — Finio whole-page theme
 *
 * Apply Finio teal across the entire page. Use when the surface is
 * single-product (the Finio portal, Finio admin UI). For mixed surfaces,
 * skip this file and use the scoped `data-theme="finio"` attribute
 * instead — that override is built into tokens.css and always available.
 *
 *     <link rel="stylesheet" href="sprint-finio.css">
 */

:root {
    --color-accent: var(--sprint-teal);
    --color-link: var(--sprint-teal);
    --color-link-hover: #146868;
}
