/* Movement To Work — design tokens
   Source of truth for brand colours and fonts. Update HERE, never hardcode. */

:root {
    /* Colours — confirmed against XD Document Assets */
    --mtw-ink:       #171717;  /* Headings, body text, near-black brand circle */
    --mtw-white:     #FFFFFF;
    --mtw-lime:      #B2D236;  /* Brand circle — green */
    --mtw-magenta:   #E3108B;  /* Brand circle — pink */
    --mtw-purple:    #814197;  /* Brand circle — purple */
    --mtw-plum:      #69164C;  /* Brand circle — plum */

    --mtw-grey-light:#F2F2F2;  /* PLACEHOLDER — confirm. Used for accordion panels, soft surfaces. */

    /* Typography */
    --mtw-font-display: 'Poppins', system-ui, -apple-system, sans-serif;
}
