:root {
    /* Marca oficial - derivada da logo */
    --brand-primary: #079316;
    --brand-primary-hover: #056b12;
    --brand-primary-soft: #e9f7eb;
    --brand-secondary: #1dbb28;

    /* Superficies */
    --bg-page: #f5f7f6;
    --bg-card: #ffffff;
    --bg-muted: #eef3ef;
    --bg-dark: #102016;

    /* Texto */
    --text-primary: #17211a;
    --text-secondary: #66736a;
    --text-muted: #8a958e;
    --text-on-brand: #ffffff;

    /* Bordas e estados */
    --border: #e3e9e5;
    --border-strong: #cbd7cf;
    --success: #079316;
    --success-soft: #e9f7eb;
    --warning: #d99a00;
    --warning-soft: #fff7df;
    --danger: #d92d20;
    --danger-soft: #fdecea;
    --info: #2563eb;
    --info-soft: #eaf1ff;

    /* Tipografia */
    --font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-size-xs: .75rem;
    --font-size-sm: .875rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.375rem;
    --font-size-2xl: 1.75rem;

    /* Espacamento */
    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;

    /* Raios */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-xl: 18px;
    --radius-pill: 999px;

    /* Sombras */
    --shadow-sm: 0 1px 3px rgba(16, 32, 22, .06);
    --shadow-md: 0 4px 14px rgba(16, 32, 22, .08);
    --shadow-lg: 0 10px 30px rgba(16, 32, 22, .10);

    /* Layout */
    --sidebar-width: 248px;
    --topbar-height: 64px;
    --content-max-width: 1600px;

    /* Movimento */
    --transition-fast: 150ms ease;
    --transition-normal: 220ms ease;
}
