/*
 * Whyso Design System — tokens-marcus-marcus.css
 * Project: Marcus & Marcus
 * Client:  Marcus
 * Source:  manual
 * Generated: 2026-06-04T23:18:23+00:00
 *
 * Brand-layer overrides. Load this BEFORE tokens.css so the semantic
 * layer picks up the correct --brand-* values.
 *
 * Do not edit this file by hand — regenerate from the Whyso hub.
 */

:root {
    /* --------------------------------------------------------------------
     * Brand palette
     * ----------------------------------------------------------------- */
    --brand-primary: #28245b;
    --brand-secondary: #1e50bd;
    --brand-accent: #3db5ba;
    --brand-highlight: #f3b71e;
    --brand-black: #000000;
    --brand-white: #ffffff;

    /* --------------------------------------------------------------------
     * Neutral scale
     * ----------------------------------------------------------------- */
    --brand-neutral-100: #f5f7fa;
    --brand-neutral-200: #e8eaed;
    --brand-neutral-300: #dadce0;
    --brand-neutral-400: #bdc1c6;
    --brand-neutral-500: #9aa0a6;
    --brand-neutral-600: #5f6368;
    --brand-neutral-700: #3c4043;
    --brand-neutral-800: #202124;
    --brand-neutral-900: #111111;

    /* --------------------------------------------------------------------
     * Typography — font families + Google Fonts import (if applicable)
     * ----------------------------------------------------------------- */
    --brand-font-heading: "DM Sans", sans-serif;
    --brand-font-heading-weight: 700;
    --brand-font-body: "DM Sans", sans-serif;
    --brand-font-body-weight: 400;
}

