:root {
    /* BUTTON + BRAND COLOR */
    --tblr-primary: #88A67C !important;

    /* Outline buttons */
    --tblr-primary-rgb: 136, 166, 124 !important;

    /* Hover/active button backgrounds */
    --tblr-primary-hover: #7d996f !important;
    --tblr-primary-active: #718b63 !important;

    /* Text colour inside buttons */
    --tblr-btn-primary-color: #ffffff !important;
}
