body {
    background-color: #F4EFE5;
    color: #484528;
}

.lead {
    color: #C7D2AC;
}

h1, .h1 {
    line-height: 4rem;
}

h2, .h2 {
    color: #6A8A35;
}

.cmp-account-flow__brand {
    max-width: 102px;
}

.fill-primary {
    fill: #484528;
}

.stroke-primary {
    stroke: #484528;
}

.stroke-secondary {
    stroke: #6A8A35;
}

.btn {
    border: 3px solid #C7D2AC;
}

.btn:hover {
    background-color: #C7D2AC;
}

a, a:hover, a:focus, a:active {
    color: #484528;
    border-bottom: 2px solid #C7D2AC;
    background-image: linear-gradient(to top, transparent 50%, #C7D2AC 50%);
}
