/*
 * Whyso Design System — tokens-contenze.css
 * Project: Contenze Test
 * Client:  Contenze
 * Source:  dashboard
 * Generated: 2026-05-10T14:58:03+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: #FF4133;
    --brand-secondary: #680BBD;
    --brand-accent: #f59e0b;
    --brand-highlight: #22d3ee;
    --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: "Plus Jakarta Sans", sans-serif;
    --brand-font-heading-weight: 700;
    --brand-font-body: "Inclusive Sans", sans-serif;
    --brand-font-body-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Plus%20Jakarta%20Sans:wght@400;500;700&family=Inclusive%20Sans:wght@400;500;700&display=swap');
