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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.byd {

    /* 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: 'Montserrat';
    /* Set franchise-specifc button colours */
    --franchise-primary: #010101;
    --franchise-secondary: #787b80;
    --franchise-primary-button-text: #fff;
    --franchise-hover-bg:  #fff;
    --franchise-hover-text: #000;

    .bg-gradient-vertical {
        background: linear-gradient(90deg, var(--bs-white) 0%, #8EBAE2 60%) !important;
    }

    .btn-primary:hover {
        color: #000;
    }
}

