:root {
    --praetorium-blue: #06253D;
    --praetorium-caramel: #CC8C5D;
    --praetorium-light: #F5F6F7;
    --praetorium-text: #1f2933;
}

body {
    color: var(--praetorium-text);
    background: #fff;
}

.public-nav,
.admin-nav,
.hero-section {
    background: var(--praetorium-blue);
}

.btn-caramel {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--praetorium-caramel);
    --bs-btn-border-color: var(--praetorium-caramel);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b8794e;
    --bs-btn-hover-border-color: #b8794e;
}

.hero-section {
    color: #fff;
    padding: 88px 0 72px;
}

.hero-kicker {
    color: #f1c5a4;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .82rem;
    font-weight: 700;
}

.section-muted {
    background: var(--praetorium-light);
}

.feature-card,
.price-card,
.admin-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(6, 37, 61, .06);
}

.feature-card {
    height: 100%;
    padding: 24px;
}

.price-card {
    padding: 28px;
}

.public-footer {
    background: var(--praetorium-blue);
    color: rgba(255, 255, 255, .78);
}

.public-footer a {
    color: #fff;
}

.admin-body {
    background: var(--praetorium-light);
}

.table thead th {
    color: #52616f;
    font-size: .82rem;
    text-transform: uppercase;
}

.form-label {
    font-weight: 600;
}

.content-narrow {
    max-width: 920px;
}
