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

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

@import url('https://bluesky.sirv.com/Global/Assets/Fonts/SEAT/2024/seat.css');

.seat {

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

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

    .btn-secondary {
        background-color: #181632;
        border-color: #181632;
    }

}



@media (max-width: 350px) {
    
    .seat .franchise-logo img {
        display: none;
    }
}
