@font-face {
    font-family: 'Cera';
    src: url(fonts/Cera-Pro-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Cera';
    src: url(fonts/Cera-Pro-Medium.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Cera';
    src: url(fonts/Cera-Pro-Bold.ttf) format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Blacklist';
    src: url(fonts/Blacklist-Bold.b98a78bd.ttf) format('truetype');
    font-weight: 700;
}



body, .t-header-xsmall{
    font-family: 'Cera', Arial, sans-serif;
}

.t-header-xsmall{
    font-weight: 600;
}

.big-honking-button, .button{
    font-family: 'Cera', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
}

.cms-palette{
    padding-bottom: 0;
}

@media (max-width: 721px){
    .cms-palette{
        padding-bottom: 2rem;
    }
}

.plum-footer {
    flex-wrap: nowrap;
}

.plum-footer__main{
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    order: 1;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
}

@media (max-width: 1000px){
    .plum-header .plum-header__logo{
        left: 70px;
    }
}

.plum-footer__logo{
    margin-right: 0 !important;
}

.page-container{
    background-color: #fdf0ea;
    @media (max-width: 1000px){
       text-align: center;
    }
}

.reload-card{
    display: flex;
    padding: 8px 16px;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    gap: 10px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    font-weight: 600;
    @media (min-width: 1000px){
        bottom: 58px;
        top: auto;
    }
}

.paint-background{
    height: 400px;
    object-position: bottom;
    margin-bottom: 25px;
    @media (min-width: 1000px){
        height: calc(100vh - 60px);
        margin-bottom: 0;
    }
}