:root{
    --partner-primary: #1649BA;
    --partner-error: #B3261E;
    --partner-success: #00CCAA;
    --partner-gradient: linear-gradient(90deg, #1649BA 0%, #3DCEA3 100%);
}
body {
    font-family: 'Roboto', 'Montserrat', sans-serif;
}
h1, .headline-1, .h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:40px;
    line-height: 50px;
}
h2, .headline-2, .h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:32px;
    line-height: 40px;
}

h3, .headline-3, .h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:24px;
    line-height: 30px;
}

h4, .headline-4, .h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size:18px;
    line-height: 22px;
}

h5, .headline-5, .h5, .title-1, .t1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size:18px;
    line-height: 22px;
}
.title-2, .t2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size:16px;
    line-height: 20px;
}
.base-cta-label, .button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size:20px;
    line-height: 24px;
}

p, .body-1, .b1{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height: 20px;
}
.body-2, .b2{
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height: 17px;
}
.bold, .main-title-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.partner-pastel-background{ 
    background: #C5D1EE;
}

.partner-background-gradient {
    background-image: linear-gradient(90deg, #1649BA 0%, #3DCEA3 100%);
}

.partner-light-background { 
    background: #f1fbff;
}