: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-line: #2B3946;

    --surface-card: #202B36;

    --text-main: rgba(250,252,255,0.85);
    --text-secondary: #838B8F;
    --surface-icon: #838B8F;
    --surface-border: #313C47;

    --surface-background: #171F26;
    --surface-background-secondary: #283847;

    --surface-disabled: rgba(32, 43, 54, 0.7);

    --shadow-S: 0px 1px 2px 0px rgba(13, 22, 31, 0.72);
    --shadow-M: 0px 8px 32px 0px #0D161F;
    --shadow-L: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
