// Template Font Name
$heading-font: 'Poppins', sans-serif;
$body-font: 'Roboto', sans-serif;
$signature-font: 'Caveat', cursive;
$home-2-font: 'Playfair Display', serif;

// Template Color Name
$primary-color: #50be46;
$secondary-color: #effefb;
$secondary-home-2: #184153;
$heading-color: #2a435d;
$paragraph-color: #374a5e;
$white-color: #ffffff;
$dark-color: #0f163b;
$border-color: #eaeaea;
$yellow-color: #edba0a;
$yellow-soft-color: #fffcf6;
$blue-color: #7347f2;
$blue-soft-color: #f9f8ff;
$copyright-bg: #153a4a;
$lock-bg: #b7feaf;

// Other Variable
$transition: all .3s ease-in;
$box-shadow: 0 20px 40px $border-color;

// Social Media Color
$facebook: #3b5999;
$twitter: #55acee;
$dribbble: #ea4c89;
$behance: #131418;
$google-plus: #dd4b39;
$linkedin: #0077B5;
$instagram: #e4405f;

// Google Font
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');


