/* Start custom CSS */strong {
    color: var(--Brand);
}
a {
    color: var(--Brand);
}
h2 {
    font-family: Nohemi;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.15em;
    text-transform: uppercase;
}
h3 {
    font-family: Nohemi;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.15em;
    text-transform: uppercase;
}/* End custom CSS */