/* fonts */

:root {     --font-reg: Avenir, sans-serif;    --font-light: Avenir, sans-serif;     --font-bold: Avenir, sans-serif; }

@font-face {
    font-family: 'Avenir';
    src: url('https://cdn.prospectus.plus/houghton/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://cdn.prospectus.plus/houghton/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2 {
    font-family: filosofia, serif !important;
    font-weight: 700;
}

p {
    line-height: 1.5;
}


/* elements */

.btnComponent, .pillComponent,
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=text] {
    border-radius: 0px;
}


/* homepage */

.homeLayout__right-inner {
    max-width: 808px !important;
}


/* personalise */

.personalise .PillCard_labelTitle__mMEoE {
    display: none;
}

.personalise .PillCard_labelDescription__ZCF38 {
    font-weight: 700;
}

.cardSelectorComponent__select {
    color: var(--color-primary);
}

.CardSelector_select__03C9B svg path,
.CardSelector_selectOn__Xb4k7 svg path {
    fill: var(--color-primary);
}

.personalise p {
    color: #fff;
}

.PillSelector_buttonWrapper__nKZue {
    border-radius: 0px
}
