: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(214, 211, 203, 0.50);

    --surface-card: #FDFCFA;

    --text-main: #03061A;
    --text-secondary: #7A7873;
    --surface-icon: #ADBFCD;
    --surface-border: #D6D3CB;

    --surface-background: #F5F1E8;
    --surface-background-secondary: #FFFCF5;

    --surface-disabled: #465A89;

    --shadow-S: 0px 1px 2px 0px rgba(51, 24, 4, 0.12);
    --shadow-M: 0px 8px 32px 0px rgba(10, 6, 4, 0.08);
    --shadow-L: 0px 10px 30px rgba(0, 68, 133, 0.15);
}
