:root {    
    --bodyFont: 'Inter', sans-serif;
    --titleFont: 'Hind', sans-serif;
    --transition: 0.3s;
    --primaryColor: #553CDF;
    --secondaryColor: #1F1F25;
    --whiteColor: #ffffff;
    --titleColor: #110C2D;     
    --hoverColor: #553CDF;   
    --bodyColor: #737477;  
    --btnColor: #553CDF;
    --blackColor2: #191B1E; 
    --darkdeep4: #949392;
    --darkblack: #0C0E2B;
    --naveBlue: #17093e;
}

$smlg-device: 'only screen and (max-width: 1199px)';
$extra-device: 'only screen and (min-width: 1600px) and (max-width: 1919px)';
$laptop-device: 'only screen and (min-width: 1200px) and (max-width: 1599px)';
$lg-layout: 'only screen and (min-width: 992px) and (max-width: 1199px)';
$md-layout:'only screen and (min-width: 768px) and (max-width: 991px)';
$sm-layout:'only screen and (max-width: 767px)';
$large-mobile: 'only screen and (max-width: 575px)';
$small-mobile: 'only screen and (max-width: 479px)';


$device-xxl: '(min-width: 1500px) and (max-width: 1920px)';
$device-xl: '(min-width: 1366px) and (max-width: 1499px)';
$device-lg: '(min-width: 992px) and (max-width: 1365px)';
$device-md: '(min-width: 768px) and (max-width: 991px)';
$device-sm:'(max-width: 767px)';
$device-sm-large:'(min-width: 576px) and (max-width: 767px)';
$device-sm-small:'(min-width: 320px) and (max-width: 575px)';
