HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/nationalmedicaregrp/public_html/backup/assets/scss/_variables.scss
// Font Family
$quicksand: 'Quicksand', sans-serif;

$mulish: 'Mulish', sans-serif;


//color

$primary-color: #ff344f;

$secondary-color: #ffd74e;

$heading-color: #0d0d0d;

$white: #fff;

$text-color: #676767;

$border: #efefef;


// Bg Color
$dark-black: #121416;

$light-bg: #f7f7f7;



// Responsive Variables
$lp: 'only screen and (min-width: 1200px) and (max-width: 1600px)';
$xl: 'only screen and (min-width: 1200px)';
$lg : 'only screen and (min-width: 992px) and (max-width: 1199px)';
$md:'only screen and (min-width: 768px) and (max-width: 991px)';
$xm:'(max-width: 991px)';
$xs:'(max-width: 767px)';
$xss:'(max-width: 400px)';
$sm: 'only screen and (min-width: 576px) and (max-width: 767px)';