:root {
    --client-primary-color: #036ef8; /* This is the colour of the links, buttons, and header link hover */
    --client-secondary-color: #ffffff; /* This is the colour of the page header */
    --client-tertiary-color: #1b4274; /* The colour of button hover */
    --client-background-color: #f1f6ff;
    --client-primary-color-20-opacity: #036EF833;
    --client-font: Open Sans, Arial, Helvetica, sans-serif; /* The font to be used throughout */
    --client-font-primary-color: #161616; /* The primary font colour for most text */
    --client-font-secondary-color: #1b4274; /* The secondary font colour used in the rest-reference.css file  */
    --client-font-light-color: #fff;
    --client-font-black-color: #000;
    --client-font-monospace: Courier, monospace; /* The monospace font used in the rest-reference.css file */
}

.login__content .tako-card,
.documentation-header__wrapper .documentation-navigation ul li a {
    color: var(--client-font-primary-color);
}
