/*
Theme Name: Hello Elementor Child — North Production
Theme URI: https://northproduction.pt
Description: Child theme da North Production sobre Hello Elementor. Tokens, fontes e CSS base do site.
Author: Biggthen Digital Solution
Template: hello-elementor
Version: 1.3.0
Text Domain: hello-elementor-child
*/

:root{
  --np-preto: #0B0B0B;
  --np-branco-quente: #F4F1EA;
  --np-tinta: #14120F;
  --np-azul: #123B4A;
  --np-cinza-claro: #8C8A85;   /* texto secundário em fundo escuro */
  --np-cinza-medio: #9A9892;
  --np-cinza-escuro: #7E7D79;
  --np-areia-tinta: #575146;   /* texto secundário em fundo claro */
  --np-areia-suave: #726C5F;   /* labels em fundo claro */
  --np-corpo-claro: #3B3833;   /* parágrafos em fundo claro */
  --np-linha-escura: #232322;  /* hairlines em fundo escuro (tb #1C1C1B) */
  --np-linha-clara: #D8D1C3;   /* hairlines em fundo claro */
  --np-placeholder: #E3DDD1;   /* fundo de imagens em carregamento */
}

::selection{ background: var(--np-azul); color: var(--np-branco-quente); }
html{ scroll-behavior: smooth; }
body{ -webkit-font-smoothing: antialiased; }
a{ text-decoration: none; }

/* Animação de entrada (usar tb Motion Effects do Elementor se preferirem) */
@keyframes np-rise{ from{ transform: translateY(24px); opacity: 0; } to{ transform: none; opacity: 1; } }
.np-reveal{ animation: np-rise .9s cubic-bezier(.19,1,.22,1) both; }
@media (prefers-reduced-motion: reduce){ .np-reveal{ animation: none; } }
