@import url("/css/franchises/shared.css");

@import url("https://bluesky.sirv.com/Global/Assets/Fonts/Volkswagen/2021/volkswagen.css");

.volkswagen {

    /* 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: 'VW-text';

    /* Set franchise-specifc button colours */
    --franchise-primary: #000;
    --franchise-secondary: #BB0A30;
    --franchise-primary-button-text: #fff;
    --franchise-hover-bg: #BB0A30;
    --franchise-hover-text: #fff;

    h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6, .fw-500 {
        font-weight: normal;
    }

}

