/* 4future Branding - Light Theme */
:root {
    --cpd-color-brand: #0c9897 !important;
    --accent: #0c9897 !important;
    --accent-color: #0c9897 !important;
    --cpd-color-text-action-accent: #0c9897 !important;
    --cpd-color-action-accent: #0c9897 !important;
    --cpd-color-bg-action-primary-rest: #0c9897 !important;
    --cpd-color-bg-action-primary-hovered: #0a7f7e !important;
    --cpd-color-bg-action-primary-pressed: #087f7e !important;
}

/* Home Buttons */
.mx_HomePage_default .mx_HomePage_default_buttons .mx_AccessibleButton {
    background-color: #0c9897 !important;
}

/* Primary Buttons */
.mx_AccessibleButton.mx_AccessibleButton_hasKind.mx_AccessibleButton_kind_primary {
    background-color: #0c9897 !important;
}

/* SSO Login Button */
.mx_SSOButtons .mx_SSOButton {
    background-color: #0c9897 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
}
