/**
 * Ajustes globais de performance (layout estável, mídia responsiva).
 */
img,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

/* Evita ícones Tabler com caixa zero antes do webfont carregar */
.ti::before {
    display: inline-block;
    min-width: 1em;
    min-height: 1em;
}
