/*
Theme Name:        BestIn Brisbane
Template:          cb-bestof-parent
Description:       Child theme for bestinbrisbane.co
Author:            Chillybin
Author URI:        https://chillybin.com.au
Version:           1.0.3
Text Domain:       cb-bestof-brisbane
*/

/*
 * Brisbane colour palette: deep navy + wine red
 * Inspired by: #780000 · #c1121f · #fdf0d5 · #003049 · #669bbc
 */

:root {
    --cbbo-primary:    #c1121f;
    --cbbo-primary-dk: #780000;
    --cbbo-hero-a:     #001524;
    --cbbo-hero-b:     #003049;
    --cbbo-star-color: #c1121f;

    /* Override Bootstrap's compiled primary so BS utilities match */
    --bs-primary:         #c1121f;
    --bs-primary-rgb:     193, 18, 31;
    --bs-link-color:      #c1121f;
    --bs-link-hover-color:#780000;
    --bs-link-color-rgb:  193, 18, 31;
}

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

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