:root {
    --font-size-normal: 0.84rem;
    --font-size-small: 0.7rem;
    --font-size-large: 0.95rem;
    --font-size-large-x: 1.1rem;
    --font-size-large-title: 1.6rem;



    --color-info: #1E62A1;
    --color-success: #2AB260;
    --color-progress: #6A1B9A;
    --color-warning: #E2467A;
    --color-error: #E2467A;
    
    --color-background-info: #1E62A1;
    --color-background-success: #9AE5B5;
    --color-background-progress: #E0BBE4;
    --color-background-warning: #FFB0B0;
    --color-background-error: #E2467A;
    


    --component-button-min-height: 30px;
    --component-input-min-height: 30px;
    --component-input-min-width: 220px;
}
