/* fonts */

:root {     --font-reg: Poppins, sans-serif;    --font-light: Poppins, sans-serif;     --font-bold: Libre Baskerville, sans-serif; }

@font-face {
    font-family: 'Poppins';
    src: url('https://cdn.prospectus.plus/holycross/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://cdn.prospectus.plus/holycross/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('https://cdn.prospectus.plus/holycross/LibreBaskerville-Regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* buttons */

.btnComponent {
    font-family: var(--font-reg);
    border-radius: 0px;
}

.course-selector__buttons {
    border-radius: 0px;
    background-color: #fff;
}


/* personalise */ 

.personalise main:after {
    content: "";
    display: block;
    position: absolute;
    width: 750px;
    height: 750px;
    bottom: 0;
    right: 0;
    background-image: url('https://cdn.prospectus.plus/holycross/overlay.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}


/* header */

.hero:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: lch(32.84 0.46 19.38 / 0.8);
    z-index: 1;
    opacity: .8;
    filter: grayscale(0);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><path d="M0 100V0h1000v4L0 100z" fill="%23FFFFFF"></path></svg>');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    top: initial;
    /* background-color: transparent; */
    background-position: bottom left;
    transform: rotate(180deg);
    top: initial;
    height: 100%;
    background-position: 0 0;
    opacity: 1;
}

.course .hero__content,
.page .hero__content {
    margin-bottom: 80px;
}

.default_wrap___JCpB:after {
    background: none;
}


/* overview */

.section-courses {
    margin-top: -150px;
}
