/*
Theme Name:        BestIn Bali
Template:          cb-bestof-parent
Description:       Child theme for bestinbali.co
Author:            Chillybin
Author URI:        https://chillybin.com.au
Version:           1.0.0
Text Domain:       cb-bestof-bali
*/

/*
 * Bali colour palette: tropical + spiritual — deep jungle to rich terracotta
 * Personality: warm, lush, spiritual, adventurous
 * Inspired by: #e07b39 · #c44b00 · #2d6a4f · #1b4332 · #fef3c7
 */

:root {
    --cbbo-primary:    #e07b39;
    --cbbo-primary-dk: #c44b00;
    --cbbo-hero-a:     #1b4332;
    --cbbo-hero-b:     #2d6a4f;
    --cbbo-star-color: #e07b39;

    /* Override Bootstrap's compiled primary so BS utilities match */
    --bs-primary:         #e07b39;
    --bs-primary-rgb:     224, 123, 57;
    --bs-link-color:      #e07b39;
    --bs-link-hover-color:#c44b00;
    --bs-link-color-rgb:  224, 123, 57;
}

/* Primary button */
.btn-primary {
    background-color: #e07b39;
    border-color: #e07b39;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #c44b00;
    border-color: #c44b00;
}

/* Badges */
.badge.bg-primary { background-color: #e07b39 !important; }
