/*
Theme Name:     SEI E-Procurement
Theme URI:      https://proc.seinvestama.com
Author:         PT Sarana Energi Investama
Author URI:     https://seinvestama.com
Description:    Minimal SEI-branded theme for the E-Procurement portal. Pairs with the SEI E-Procurement Core plugin and matches the vendor registration portal design language (Tailwind, Inter, slate + blue accent).
Version:        0.1.0
Requires PHP:   8.1
License:        Proprietary
Text Domain:    sei-eproc-theme
Tags:           minimal, custom-logo, custom-colors, responsive, business
*/

/* Base safety net — bulk of styling comes from Tailwind via header.php */
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, "Segoe UI", sans-serif; color: #0f172a; background: #f8fafc; }
a { color: #2563eb; }
.sei-screenreader { position:absolute; left:-9999px; }
