@import url("/css/franchises/shared.css");

/* Optional font-family imports from centrally managed resources on Sirv */



.jaecoo {



    /* Optionally set franchise font-family to match that in Sirv @font-face rules  */
    /* Styles in shared.css will fallback to --bs-body-font-family by default */
    /* --franchise-font-family: '###';


    /* Set franchise-specifc button colours */
    --franchise-primary: #041624;
    --franchise-secondary: #000;
    --franchise-tertiary: #041624;
    --franchise-primary-button-text: #fff;
    --franchise-hover-bg:  #000;
    --franchise-hover-text: #fff;

}


  .jaecoo .btn-group .btn-primary.btn[selected="true"] {
    background-color: #6c757d !important;
 }
