/*
 * global.css — Loads on every page
 * Put shared fonts, colors, resets, buttons here
 */

/* Example: CSS variables */
:root {
    --brand-dark:  #0a1f6b;
    --brand-mid:   #1a56db;
    --brand-light: #dbeafe;
    --gray:        #64748b;
    --dark:        #0f172a;
    --accent:      #f59e0b;
    --green:       #22c55e;
}
