/* Minimal compatibility layer above Bootstrap's reset and form utilities. */
body {
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}
a {
    color: #54750e;
    font-weight: 600;
}
a:hover, a:focus {
    text-decoration: none;
}
a:focus-visible {
    outline: 2px solid #54750e;
    outline-offset: 2px;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-required {
    color: #c0392b;
}

.gr-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: -.125em;
}

/* Diagonal link arrow: sized to sit like the text glyph it replaced. */
.gr-icon-arrow {
    width: .85em;
    height: .85em;
    vertical-align: baseline;
}
