/* fonts */

:root {
    --font-reg:  FS Albert, sans-serif; 
    --font-light:  FS Albert, sans-serif;
    --font-bold: Vina Sans, sans-serif; 
    
    --wp--preset--font-family--primary: var(--font-reg); /* use for body copy and defaults */
    --wp--preset--font-family--secondary: var(--font-bold); /* user selectable and useful for headings */
}

@font-face {
    font-family: 'FS Albert';
    src: url('https://cdn.prospectus.plus/bishop-burton-college/attachment_FSAlbert_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vina Sans';
    src: url('https://cdn.prospectus.plus/bishop-burton-college/attachment_vinasans_regular__1_.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6,
.btnComponent,
.cardCta__title, 
.cardCta__link {
    font-family: var(--wp--preset--font-family--secondary);
    text-transform: uppercase !important;
}



/* mastehead */

.index-module-scss-module__H_atcG__logo {
    height: 56px !important;
}

.index-module-scss-module__H_atcG__logoLink {
    max-width: unset !important;
}


/* overview */

.overview .hero:after {
    background: linear-gradient(0deg,rgba(21, 34, 46, 0.7) 0%, rgba(21, 34, 46, 0) 70%);
    opacity: 1;
}


/* personalise */

.CardComponent__metaOne {
    height: 32px;
    align-content: center;
}


/* misc */

p.wp-block-paragraph.white-course-text {
    color: #fff !important;
}

input[type=text], input[type=search], input[type=number], input[type=email], input[type=date], input[type=password],
.index-module-scss-module__YxnHLq__card.index-module-scss-module__YxnHLq__active {
    border-radius: 0px !important;
}
