/*
Theme Name: Secondary Engineering
Theme URI: https://vidhyutprojects.com/
Author: IK
Author URI: https://vidhyutprojects.com/
Description: Professional corporate theme for Secondary Engineering (Protection & Control / Substation Engineering).
Version: 0.1
Text Domain: secondary-engineering
*/

/* Keep light base here; main styling goes in /assets/css/main.css */
:root{
  --bg: #0b1220;
  --panel: rgba(255,255,255,.06);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --line: rgba(255,255,255,.12);
  --accent: #5dd6ff;
  --accent2: #7c5cff;
  --radius: 18px;
}

*{ box-sizing: border-box; }
body{
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 800px at 20% -10%, rgba(93,214,255,.25), transparent 60%),
              radial-gradient(900px 700px at 90% 10%, rgba(124,92,255,.18), transparent 55%),
              var(--bg);
}
a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; height: auto; }
