/*
Theme Name:        BestOf Singapore
Template:          cb-bestof-parent
Description:       Child theme for bestofsingapore.co
Author:            Chillybin
Author URI:        https://chillybin.com.au
Version:           1.0.3
Text Domain:       cb-bestof-singapore
*/

/*
 * Singapore colour palette: Singapore red — bright crimson hero, red accents
 * Inspired by: #e63946 · #f1faee · #a8dadc · #457b9d · #1d3557
 * Hero uses deep red gradient (not navy) to differentiate from Brisbane's navy.
 */

:root {
    --cbbo-primary:    #e63946;
    --cbbo-primary-dk: #c1121f;
    --cbbo-hero-a:     #1a0000;
    --cbbo-hero-b:     #7b0010;
    --cbbo-star-color: #e63946;

    /* Override Bootstrap's compiled primary so BS utilities match */
    --bs-primary:         #e63946;
    --bs-primary-rgb:     230, 57, 70;
    --bs-link-color:      #e63946;
    --bs-link-hover-color:#c1121f;
    --bs-link-color-rgb:  230, 57, 70;
}

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

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