/* Design tokens da Ping — cores, tipografia, medidas.
   Alterar aqui muda a página inteira. */

:root{
  --tinta:#0B1B33; --cinza:#4A5A70; --cinza-2:#77869B;
  --linha:#E4EAF2; --fundo:#FFFFFF; --azul-luz:#EEF4FF; --azul-luz2:#F6F9FF;
  --ping:#3178F7; --ping-esc:#1D4ED8; --ping-fundo:#DDE9FF;
  --alerta:#B45309; --alerta-luz:#FDF3E7;
  --ok:#0E9F6E; --ok-luz:#E7F7F1;
  --f:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --wrap:1140px; --sombra:0 1px 2px rgba(11,27,51,.04),0 8px 24px -12px rgba(11,27,51,.12);

  /* seta dos botões — desenhada como máscara, para herdar a cor do texto */
  --seta:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12h13M12 6l6 6-6 6'/%3E%3C/svg%3E");
}
