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

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


.cupra {

    /* 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: 'cupra-screen';

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

}

@media (max-width: 480px) {

    .cupra .navbar-brand img {
        width: 130px;
        height: auto; 
    }

    .cupra .franchise-logo img {
        width: 110px;
        height: auto; 
    }
}

@media (max-width: 350px) {

    .cupra .franchise-logo img {
        display: none;
    }
}