// Font color

$primary: #220063;
$white: #ffffff;

$input-border: #D9D9D9;
$input-ph-text: #989DA9;
$slider-dots: #D0C8DD;
$userType-bg: #E4E9F3;


$text-primary: #220063;
$text-black: #000000;
$text-secondary: #4D4D4D;
$input-icon: #D7DCE8;

//DAshboard style guide

$border-color: #F3F3F4;
$text-color-sec: #9DA6B7;

$text-card: #96A5C4;

$theme1: #5CC187;
$theme2: #25323B;
$theme3: #F27C4A;
$theme4: #F37174;
$theme5: #E4E9F3;
$theme6: #F37174;

$btn-green: #3FC429;
$btn-gray: #DDDEE1;


// Background Color

$login-bg: #FBFAFC;


// Font
$font-regular: 'Poppins-Regular';
$font-medium: 'Poppins-Medium';
$font-bold: 'Poppins-Bold';
$font-semibold: 'Poppins-SemiBold';

$mulish-regular: 'Mulish-Regular';
$mulish-medium: 'Mulish-Medium';
$mulish-bold: 'Mulish-Bold';

$font-awesome: "Font Awesome 6 Free";


// font Size

$f11: 11px;
$f12: 12px;
$f13: 13px;
$f14: 14px;
$f15: 15px;
$f16: 16px;
$f17: 17px;
$f18: 18px;
$f19: 19px;
$f20: 20px;
$f26: 26px;