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

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


@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&display=swap');

.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: "Source Sans 3", sans-serif;

    /* Set franchise-specifc button colours */
    --franchise-primary: #006679;
    --franchise-secondary: #222424;
    --franchise-primary-button-text: #fff;
    --franchise-hover-bg:  #006679;
    --franchise-hover-text: #fff;

}

