/*
 * ДиаЛабПоток — design tokens.
 *
 * SOURCE OF TRUTH for shared visual constants.
 *
 * New UI must prefer these variables instead of introducing
 * independent hard-coded palettes in individual pages.
 */

:root {

    /* Product */
    --dlp-product-name: "ДиаЛабПоток";


    /* Surfaces */
    --dlp-bg:
        #f4eee5;

    --dlp-surface:
        #fffdf9;

    --dlp-surface-soft:
        #faf4eb;

    --dlp-surface-warm:
        #f6ecde;


    /* Text */
    --dlp-text:
        #604c38;

    --dlp-text-strong:
        #4e3c2b;

    --dlp-text-muted:
        #927d66;

    --dlp-text-soft:
        #aa967e;


    /* Borders */
    --dlp-border:
        #e2d1bd;

    --dlp-border-soft:
        #eadcca;


    /* Brand accents */
    --dlp-accent:
        #cf6738;

    --dlp-accent-dark:
        #a34c28;

    --dlp-accent-soft:
        #f8e0d1;


    /* Semantic */
    --dlp-success:
        #56825c;

    --dlp-warning:
        #b47a4a;

    --dlp-danger:
        #a95449;

    --dlp-info:
        #567083;


    /* Geometry */
    --dlp-radius-sm:
        10px;

    --dlp-radius-md:
        14px;

    --dlp-radius-lg:
        18px;

    --dlp-radius-pill:
        999px;


    /* Shadow */
    --dlp-shadow-soft:
        0 8px 25px rgba(104,77,42,.06);


    /* Layout */
    --dlp-content-max:
        1180px;
}
