.introduction {
    text-align: justify;
}

#thank-you-index{
    margin-top: 32px;
}

/* Prefixes */
.new {
    color: var(--success-500);
    font-weight: bold;
}
.modified {
    color: var(--warning-400);
    font-weight: bold;
}
.removed {
    color: var(--danger-400);
    font-weight: bold;
}
.beta {
    color: var(--info-400);
    font-weight: bold;
}

/* Cinder CSS overwriting */

.lead {
    font-family: 'Epilogue', sans-serif;
    color: #C4C9C7;
}

.well {
    background-color: #FCFDFF;
}
.btn-default {
    background-color:#FCFDFF;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FCFDFF;
}
#mkdocs-search-query {
    font-family: 'Epilogue', sans-serif;
    color: #032014;
}