/**
 * Somas & Sugestões site styles.
 *
 * Colour and typography tokens live in the Elementor Global Kit, not here.
 * This file holds only what the builder cannot resolve.
 */

/* Boxed container width. Elementor 4 dropped the global control that existed
   in 3.x, so the default (1140px) is overridden through its CSS variable. */
.e-con {
    --container-max-width: 1170px;
}

/* Accessibility: Elementor strips the focus ring from several elements. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.elementor-button:focus-visible {
    outline: 2px solid var(--e-global-color-primary, #1875bb);
    outline-offset: 2px;
}
