/*
  EDITAR DISENO GLOBAL AQUI
  Cambia colores, tipografias, radios, sombras y espacios generales.
*/

:root {
  --nexo-navy: #001030;
  --nexo-midnight: #00091f;
  --nexo-blue: #0057ff;
  --nexo-sky: #78a7d8;
  --nexo-ice: #e8eef7;
  --nexo-steel: #95a9bf;
  --nexo-white: #ffffff;
  --nexo-body: #344a62;
  --nexo-card-text: #4b5f74;
  --nexo-line: rgba(120, 167, 216, 0.28);
  --nexo-shadow: 0 24px 70px rgba(0, 16, 48, 0.18);
  --nexo-radius: 8px;
  --nexo-max-width: 1180px;
  --nexo-section-padding: 90px;
  --nexo-font: "Inter", "Montserrat", "Segoe UI", Arial, sans-serif;
  --nexo-hero-bg: url("fondo-banner-azul.png");
  --nexo-about-bg: url("grafico-ondas.png");
  --nexo-contact-bg: url("grafico-orbita.png");
}
