File: /home/hunarpak/public_html/wp-content/themes/courselog/assets/sass/variable.scss
// body var
$manrope: 'Manrope', sans-serif;
$fontawesome: "Font Awesome 5 Free";
// default color set
$primary-color: #F14D5D;
$primary-light: lighten(#F14D5D,20%);
$secondary-color: #2878EB;
$secondary-light: lighten(#2878EB,20%);
$color-gray: #555;
// dark mode
$bg_dark: #0A121E;
$bg_dark_gray: #1A212C;
$bg_dark_gray_light: #2F3641;
$text_dark_light: #B8B7C0;
$dark_border: #2F3540;
$color-black: #101010;
$white-color: #FFFFFF;
$gray-light: #666;
$title-color: #120F2D;
$border-color: #E3E3E8;
// social color
$color-facebook: #3b5998;
$color-twitter: #1da1f2;
$color-dribbble: #ea4c89;
$color-pinterest: #bd081c;
$color-instagram: #e1306c;
$color-google-plus: #D8443D;
$color-linkedin: #dd5143;