﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --main-color: #2E5481;
    /*--secondary-color: #4C6B99;*/ /*rgba(76, 107, 153, .8);*/
    --secondary-color: #999999; /*rgba(153, 153, 153, 1);*/
    --error-color: #C10841; /*rgba(193, 8, 65, 0.9);*/
    --warning-color: #F89406; /*rgba(248, 148, 6, 0.9);*/
}
