/*
Theme Name: Ninabanda Seguridad
Theme URI: https://www.ninabandaseguridad.com
Author: Ninabanda Seguridad
Description: Tema personalizado original para empresa de seguridad privada. Diseño corporativo en rojo, blanco y azul.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: ninabanda-seguridad
*/

:root {
  --nb-red: #c1121f;
  --nb-red-dark: #8f0d16;
  --nb-blue: #0b1f4d;
  --nb-blue-2: #123a7a;
  --nb-white: #ffffff;
  --nb-light: #f4f7fb;
  --nb-dark: #071323;
  --nb-gray: #667085;
  --nb-border: rgba(255,255,255,.15);
}

html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--nb-dark); background: var(--nb-white); }
img { max-width: 100%; height: auto; }
a { color: inherit; }
