﻿/* ===== Brand tokens (Home Page) ===== */
:root {
    --brand-1: #005B96; /* Huskey deep blue */
    --brand-2: #0d6efd; /* Accent blue */
    --surface: #0b1220;
    --surface-2: #0a0f1a;
    --text-ink: #eaf0f7;
    --shadow: 0 12px 30px rgba(0,0,0,.08);
    --shadow-2: 0 18px 40px rgba(0,0,0,.12);
    --radius-lg: 1.25rem;
}
