@font-face {
    font-family: "Fago Office Serif";
    src: url("https://tst-marketing.ticketworks.nl/stlt-resources/hpc/fonts/fago-office-serif-regular.woff");
    src: url("https://tst-marketing.ticketworks.nl/stlt-resources/hpc/fonts/fago-office-serif-regular.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "FagoNoRegular";
    src: url("https://tst-marketing.ticketworks.nl/stlt-resources/hpc/fonts/fago-no-regular.woff");
    src: url("https://tst-marketing.ticketworks.nl/stlt-resources/hpc/fonts/fago-no-regular.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: "FagoNoRegular", serif;
    background-color: #fff;
}

/*fonts*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Fago Office Serif", serif;
}

h2 {
    font-size: 42px;
    font-weight: 100;
}

h4 {
    font-size: 24px;
    color: #E2866E;
    font-weight: 700;
}

/*link*/
a {
    color: #E2866E;
}

/*lines*/
.form-horizontal hr:last-of-type {
    display: none;
}

hr {
    border-color: #E2866E;
}

/*buttons*/
.btn {
    border-radius: 0;
    background-color: #000;
    border-color: #000;
}

.btn-block {
    width: unset !important;
}

.btn:hover {
    background-color: #dc2626;
    border-color: #dc2626;
}

/*header*/
#container-header img {
    margin: 2rem 0 2rem 0 !important;
    width: 250px;
    height: auto;
}

/*disclaimer*/
.disclaimer {
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/*alert*/
.alert-primary {
    background-color: #E2866E;
    border-color: #E2866E;
    color: #fff;
}