@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/Hyundai/2025/hyundai.css');


.citroen {

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

    h1,h2,h3 {
        font-family: 'HyundaiSansHead';
    }

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

    

    .overview-spec svg {
        color: var(--franchise-primary);
    }

    ._vm_btn--primary, .btn-primary, .nav-pills.area-tabs .nav-link.active::before {
        background-color: var(--franchise-primary);
    }

    .btn-outline-primary {
        border-color: var(--franchise-primary);
        color:  var(--franchise-primary);
        border-width: 2px;
    }

    .btn-outline-primary:hover {
        border-color: var(--franchise-primary);
        color:  var(--franchise-primary);
        background-color: rgb(0 0 0 / 10%);
    }

    

}

