:root {
    --color-primary: 160, 0, 0;
    --color-secondary: 11, 71, 109;
    --color-secondary-light: 123, 177, 185;

    --color-notice: 173, 161, 15;

    --color-font: 50, 65, 73;

    --color-table-bg-th-1: 123, 177, 185;
    --color-table-bg-th-2: 11, 71, 109;
    --color-table-bg-tr-primary: 226, 239, 240;
    --color-table-bg-tr-secondary: 240, 246, 247;

    --color-custom-1: 192, 218, 221;
    --color-custom-2: 143, 189, 195;
    --color-custom-3: 90, 148, 203;
    --color-custom-4: 129, 187, 223;
    --color-custom-5: 191, 80, 84;
    --color-custom-6: 100, 171, 216;

    --color-error-1: 191, 80, 84;
    --color-error-2: 237, 211, 212;

    --font-1: 'PT Sans';
    --font-2: 'Bebas Neue';

    --transition-t1: .1s;
    --transition-t2: .32s;
}