/* Default Color File  */



:root {

    /* praimary color */
    --praimary-color: #ffd600;
    --praimary-color-grb: 255, 214, 0;

    /* secondary color*/
    --secondary-color: #ed1c24;
    --secondary-color-rgb: 237, 28, 36;

    /* white color */
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;

     /* white black */
     --black-color: #2B313E;
     --black-color-rgb: 43, 49, 62;

     /* white black */
     --border1: #e7eaf3b3;

    --border-1: #ddd;


    /* bg color */
    --bg-1: #F4F4F4;

    --shadow1: 0 0.375rem 0.75rem rgba(140, 152, 164, .075);
    --shadow2: 0 .1875rem .75rem rgba(140, 152, 164, .25);
}











