/*
 * Standalone POC fallback.
 * In SolvCRM+ set SOLVCRM_EMBEDDED=1 and use the variables from the active theme.
 * This file only defines the existing SolvCRM+ variable names.
 */
:root {
    --primary-color: #a7c63d;
    --secondary-color: #7b8a4f;
    --main-background: #f3f5ef;
    --text-primary-color: #2e3326;
    --text-secondary-color: #6d7560;
    --btn-primary: var(--primary-color);
    --btn-primary-hover: #95b333;
    --btn-info: #76cfd6;
    --btn-info-hover: #5fc0c7;
    --btn-warning: #f0c55b;
    --btn-warning-hover: #e0b64f;
    --btn-danger: #e67f83;
    --btn-danger-hover: #da6a70;
    --form-primary: #ffffff;
    --form-secondary: #f8f9f3;
    --outline-main-color: #dbe3cc;
    --card-header-background: #ffffff;
    --card-header-border: #e3ead8;
    --font-primary: Inter, Arial, Helvetica, sans-serif;
    --font-secondary: Inter, Arial, Helvetica, sans-serif;
}
