:root {
    --primary: #e94b5f;
    --primary-hover: #c93d50;
    --primary-soft: #fff0f2;
    --accent-soft: #f8c0c7;
    --danger: #a72f40;
    --danger-hover: #862433;
    --success: #356b52;
    --success-soft: #edf6f0;
    --warning: #8a632b;
    --warning-soft: #fff7e8;
    --text: #2f2e2e;
    --text-muted: #77716d;
    --border-color: #e5dfda;
    --surface: #ffffff;
    --surface-muted: #fbfaf8;
    --surface-soft: #f3efeb;
    --shadow-soft: 0 18px 50px rgb(65 48 40 / 7%);
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --cz-coral: #e94b5f;
    --cz-coral-dark: #d63d51;
    --cz-blush: #f8c0c7;
    --cz-ink: #2f2e2e;
    --cz-muted: #746f6b;
    --cz-line: #e7e0da;
    --cz-canvas: #f8f6f3;
    --cz-surface: #fffdfb;
    --cz-surface-soft: #f2eeea;
    --cz-success: #287a5b;
    --cz-warning: #9a6519;
    --cz-danger: #b72e42;
    --cz-radius-sm: 10px;
    --cz-radius-md: 16px;
    --cz-radius-lg: 24px;
    --cz-shadow: 0 16px 45px rgba(47, 46, 46, 0.08);
    --cz-content-width: 1480px;
}
