:root {
    /***************************************
     * Colors
     ****************************************/
    --bb-color-text:#1c1c1c; /* body text */
    --bb-color-primary:#ffcb08;
    --bb-color-on-primary:#fff;
    --bb-color-error:#dd4b29; /* for error, alert, warning */


    /***************************************
    * Miscellaneous
    ****************************************/
    /* Transition */
    --bb-transition:all .3s ease;
    --bb-transition-slow:all .6s ease;
}