/**
 * Brand Pack: Default
 *
 * This is the fallback brand pack.
 * Duplicate this file for each new client:
 *   brand/client-yourname.css
 *
 * Then set the MU-plugin to return 'client-yourname'.
 */

:root {
    /* ─── Brand Colors ─── */
    --brand-primary:   #1E6FFF;
    --brand-secondary: #0F172A;
    --brand-accent:    #FFB800;

    /* ─── Typography (optional override) ─── */
    /* --font-body: "Inter", sans-serif; */
    /* --font-heading: "Inter", sans-serif; */

    /* ─── Component Overrides (optional) ─── */
    /* --button-radius: var(--radius-pill); */
    /* --card-radius: var(--radius-md); */
    /* --card-shadow: var(--shadow-soft); */

    /* ─── Section Backgrounds (optional) ─── */
    /* --section-light: #ffffff; */
    /* --section-muted: #F8FAFC; */
    /* --section-dark: #0F172A; */
}
