@charset "UTF-8";

/* Shared brand tokens for new page sections — match existing site branding */

:root {
    --sh-blue: #3498db;
    --sh-blue-soft: #8ec8f0;
    --sh-blue-light: #edf8ff;
    --sh-navy: #030712;
    --sh-gray: #4b5563;
    --sh-gray-muted: #6b7280;
    --sh-border: #e5e7eb;
    --sh-white: #ffffff;
}
