/*
 * Heading Text Widget
 *
 * A single H2 heading. Font swaps between Inter and Clash Display via the
 * .font-inter / .font-clash helpers defined in ark-global.css. Defaults to
 * 38px and black (set on the widget controls, not here).
 */

.ark-heading-text__title {
    margin: 0;
    font-size: 38px;
    color: #000000;
    line-height: 1.2;
    font-weight: 600;
}
