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

    --surface-promo: #FF7438;
    --text-promo: #FF7438;

    --surface-attention: #ffc000;
    --text-attention: #ffc000;

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

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

    --surface-card: #FFF;

    --surface-line: #EFF4FA;

    --text-main: #03061A;
    --text-secondary: #728A96;
    --surface-icon: #728A96;
    --surface-border: #D8DAE5;

    --surface-background: #FFFFFF;
    --surface-background-secondary: #F4F7FA;

    --surface-disabled: rgba(244, 247, 250, 0.7);

    --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, 68, 133, 0.15);
}
