/* Montaro - Design Tokens
 *
 * PROVISIONAL. These are the values measured on the OLD live site
 * (ci/colors/colors.md, 2026-04-26, DevTools computed styles). The
 * rebrush palette is not decided yet - the logo development ran on a
 * blue direction. Nothing downstream should hardcode a colour; change
 * it here once, and components/custom follow.
 *
 * @package Solvent_Child_Montaro
 */

:root {
    /* Brand */
    --mtr-green:        #3D6850;   /* headline / brand */
    --mtr-green-deep:   #114927;   /* CTA / action */
    --mtr-mint:         #DCE5E5;   /* button text on green */

    /* Semantic aliases - use these in components, not the raw names */
    --mtr-accent:       var(--mtr-green);
    --mtr-accent-hover: var(--mtr-green-deep);
    --mtr-on-accent:    var(--mtr-mint);

    /* Typography - TBD with the rebrush.
       Wordmark is Montserrat Bold (negative tracking); body font of the
       old site was Times New Roman. */
    --mtr-font-heading: inherit;
    --mtr-font-body:    inherit;

    /* Spacing */
    --mtr-space-1: 0.5rem;
    --mtr-space-2: 1rem;
    --mtr-space-3: 2rem;
    --mtr-space-4: 4rem;
}
