:root {
    --color-primary: 31, 123, 187;
    --color-secondary: 23, 160, 148;

    --color-notice: 0, 136, 16;

    --color-font: 55, 55, 56;

    --color-custom-1: 230, 109, 30;
    --color-custom-2: 92, 156, 207;
    --color-custom-3: 2, 126, 198;
    --color-custom-4: 207, 227, 241;
    --color-custom-5: 185, 214, 234;

    --color-error-1: 191, 80, 84;
    --color-error-2: 237, 211, 212;
    --color-error-3: 230, 109, 30;

    --font-1: 'Titillium';

    --transition-t1: .1s;
    --transition-t2: .32s;
}