/*
Theme Name: SGIP Enterprise
Theme URI: https://example.com/sgip-enterprise
Author: Codex
Description: Plantilla WordPress corporativa para SGIP con dashboard, etapas, tareas, subtareas e indicadores de cumplimiento.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: sgip-enterprise
Tags: corporate, privacy, security, dashboard, responsive
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f7fb;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
}
