/*
 * Checkout.com brand accent for the generated API docs.
 * Re-colours Dokka's default purple (#7F52FF) accents to Checkout blue.
 *
 * Blue values come from the project's own palette
 * (app/src/main/res/values/colors.xml):
 *   primaryColor      #205189
 *   primaryLightColor #567db9
 */
:root {
    --active-tab-border-color: #205189;     /* underline on the active API tab */
    --active-section-color: #205189;        /* active item in the left side menu */
    --sidemenu-section-active-color: #205189;
    --hover-link-color: #7954F6;            /* link hover */
}
