:root {
    /* Brand Colors */
    --primary: #364C84;
    --secondary-blue: #95B1EE;
    --cream: #FFFDF5;
    --accent-green: #E7F1A8;

    /* Text */
    --text-dark: #1f2937;
    --text-muted: #6b7280;

    /* UI */
    --radius: 12px;
    --shadow: 0 10px 30px rgba(0,0,0,.08);
}
