@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/Peugeot/2024/peugeot.css');

.peugeot {



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


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

}

.peugeot  .fw-bold {
        font-weight: 500 !important;
    }

 .peugeot h1, .peugeot h2, .peugeot h3, .peugeot h4, .peugeot h5, .peugeot h6, .peugeot .h1, .peugeot .h2, .peugeot .h3, .peugeot .h4, .peugeot .h5, .peugeot .h6 {
    font-weight: 500 !important;
    font-family: "Peugeot" !important;
 }

  .peugeot bsk-tiny-search-button .btn-primary{
    font-size: 1rem !important;
 }


  .peugeot .btn, .peugeot .umb-grid div:not(.logo-cards) > .container .tl-grid-card__body a, .peugeot  .umb-grid ._vm_btn{
    font-size: 0.875rem;
 }