/*
 * MoneyX – Currency Home page styles
 * Extracted from inline style="" attributes on the SEO content headings/
 * paragraph in page-home-currency.php so they're cached like normal CSS.
 * The converter widget itself is styled by assets/css/currency-converter.css.
 */
.mxc-seo-h2 {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 6px;
}
.mxc-seo-h2--spaced {
    font-size: 1.4rem;
    margin: 44px 0 6px;
}
.mxc-seo-lede {
    color: #6b7280;
    max-width: 720px;
    margin: 0 0 4px;
    line-height: 1.75;
}
