.introduction {
    max-width: 920px;
    text-align: left;
    color: var(--content-400);
    font-size: 18px;
    line-height: 1.75;
}

.introduction p + p {
    margin-top: 16px;
}

#thank-you-index{
    margin-top: 56px;
    color: var(--content-400);
}

/* 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: #FFFFFF;
}
.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;
}


.doc-figure {
    margin: 16px 0;
}

.doc-image {
    display: block;
    max-width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid rgba(73, 94, 144, 0.18);
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 10px 22px -12px rgba(73, 94, 144, 0.35);
}
