// -----------------------------------------------------------------------------
// This file contains all application-wide Sass variables.
// -----------------------------------------------------------------------------




//*-----------------------------------
//*** Custom variables for this template
//*-----------------------------------

//Template Theme colors
$theme-color: #F7931E;
$theme-color-2: #8CC63F;
$theme-color-3: #29ABE2;
$secondary-color: #402009;
$body-bg-color: #ECF4FE;
$body-color: #ECF4FE;
$section-bg-color: #FEFBF2;

//Template Text colors
$title-color: #402009;
$text-color: #555555;
$desc-color: #555555;
$white-color: #fff;
$black-color: #000;

//Template Accent colors
$border-color: #F2F6F9;


// social-media color
$facebook: #3b5998;
$twitter: #55acee;
$linkedin: #007bb5;
$skype: #2fb7df;
$youtube: #cd201f;
$google: #dd4b39;
$camera: #e4405f;
$instagram: #e4405f;
$tumblr: #34465d;
$behance: #1769ff;
$star: #e9ba17;
$green: #0be881;
$green-h: #0fbcf9;
$red: #f53b57;
$yellow: #dec32b;
$nell: #212fb4;
$navy: #d8e0f3;
$placeholder: #a0a6bc;




//Template Font family
$title-font: 'Poppins', sans-serif;
$text-font: 'DM Sans', sans-serif;

//icon font family
$icon-font: 'Font Awesome 6 Free';

//Template font sizes
$fs-base: 16px !default;
$fs-small: 14px;

$fs-h1: 48px;
$fs-h2: 36px;
$fs-h3: 32px;
$fs-h4: 30px;
$fs-h5: 24px;
$fs-h6: 20px;


//Template transition
$transition: all .3s ease-in-out;
