:root {
    --surface-error: #E05438;
    --text-error: #E05438;

    --surface-promo: #FF6933;
    --text-promo: #FF6933;

    --surface-attention: #F58300;
    --text-attention: #F58300;

    --surface-brand: #008DF2;
    --text-brand: #008DF2;
    --text-on-brand: #FFFFFF;

    --surface-success: #1EBD46;
    --text-success: #1EBD46;

    --surface-line: rgba(220, 222, 224, 0.50);

    --surface-card: #F7FAFC;

    --text-main: #03061A;
    --text-secondary: #7E898F;
    --surface-icon: #ADBFCD;
    --surface-border: #D0D4D9;

    --surface-background: #ECEEF0;
    --surface-background-secondary: #FFF;

    --surface-disabled: #465A89;

    --shadow-S: 0px 1px 2px 0px rgba(5, 16, 61, 0.08);
    --shadow-M: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    --shadow-L: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
