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

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


.isuzu {

    /* 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 */

    /* Set franchise-specifc button colours */
    --franchise-primary: #ed1d23;
    --franchise-secondary: #102B4E;
    --franchise-primary-button-text: #fff;
    --franchise-hover-bg:  #000;
    --franchise-hover-text: #fff;

}

.isuzu .navbar-brand {
    border-right: 1px solid #DEE2E6;
}

.isuzu .offcanvas .nav-link:hover, .isuzu .offcanvas .dropdown-item:hover  {
    background: var(--franchise-primary);
}
