/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 10 May, 2022, 10:28:55 PM
    Author     : Sohail
*/

:root{
    --color-primary: #073c5e !important;
    --color-secondary: #2ca7e0 !important;
}

.text-color-primary{
    color: var(--color-primary) !important;
}

.text-color-secondary{
    color: var(--color-secondary) !important;
}

.background-color-primary{
    background-color: var(--color-primary) !important;
}

.background-color-secondary{
    background-color: var(--color-secondary) !important;
}






