/* Variables Declarations */
:root {
    --primary100: #21417c;
    --primary80: #3e68b0;
    --primary60: #cedef5;
    --white: #ffffff;
    --success: #1e7e34;
    --danger: #dc3545;
    --warning: #ffbc1d;
    --info: #00a8f3;
    --grey: #e8e8e8;
    --black: #000000;
    --brown: #B85B14;
    --sea_green: #14b5b8;
    --purple: #4928c9;

    --font-14: 14px;
    --font-12: 12px;
}
