// Body
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: "Assistant",
sans-serif;
$font-size-base: 0.7rem;
$line-height-base: 1.6;
// Colors
$whitesmoke:#F6EDEC;
$black: #222222;
$dark: #2B2B2B;
$blue: #3490dc;
$indigo: #6574cd;
$purple: #412EB5;
$pink: #B23B7C;
$red: #e3342f;
$orange: #F27549;
$yellow: #EFAD00;
$yellow-efe: #fccd20;
$green: #38c172;
$gray:#f4f4f4;
$gray-100:#4D4D4D;
$gray-200:#333333;
$yellow-capita: #FBCC20;
$screen-xs: 544px;
$screen-sm: 768px;
$screen-md: 992px;
$screen-lg: 1200px;
$screen-xl: 1500px;
$font-family-base: "Assistant", sans-serif;
$font-weight-normal: 400;
$tooltip-font-size: 1.5rem;