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

/*
 * Melbourne colour palette: laneways + arts scene — charcoal hero, rich violet accent
 * Personality: creative, underground, sophisticated, culturally led
 * Inspired by: #7b2d8b · #9b5de5 · #2d2d2d · #1a1a2e · #f72585
 */

:root {
    --cbbo-primary:    #7b2d8b;
    --cbbo-primary-dk: #5a1f68;
    --cbbo-hero-a:     #1a1a2e;
    --cbbo-hero-b:     #4a1060;
    --cbbo-star-color: #9b5de5;

    /* Override Bootstrap's compiled primary so BS utilities match */
    --bs-primary:         #7b2d8b;
    --bs-primary-rgb:     123, 45, 139;
    --bs-link-color:      #7b2d8b;
    --bs-link-hover-color:#5a1f68;
    --bs-link-color-rgb:  123, 45, 139;
}

/* Primary button */
.btn-primary {
    background-color: #7b2d8b;
    border-color: #7b2d8b;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #5a1f68;
    border-color: #5a1f68;
}

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