/*
Theme Name: DR Negócios Digitais
Theme URI: https://drnegociosdigitais.com
Description: Child theme do Hello Elementor para a DR Negócios Digitais. Concentra ajustes de performance, CSS fora do alcance do Kit e dados estruturados.
Author: DR Negócios Digitais
Author URI: https://drnegociosdigitais.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
Text Domain: dr-negocios
*/

/* ==========================================================================
   Regras que o Kit do Elementor não alcança.
   Tudo que puder ser feito pelo Kit deve ser feito lá, não aqui.
   Tokens: ver referencia/DESIGN-SYSTEM.md
   ========================================================================== */

/* Respeita quem pediu menos movimento (design system, seção 7) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Foco sempre visível (design system, seção 9) */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(24, 111, 206, 0.35);
  outline-offset: 2px;
}

/* Números tabulares em tabelas e métricas (seção 4.5) */
table,
.dr-metrica {
  font-variant-numeric: tabular-nums;
}

/* Medida de linha do texto corrido: 60 a 75 caracteres (seção 4.5) */
.dr-medida {
  max-width: 65ch;
}
