// Body
$body-bg: #f8fafc;

// Typography
$font-family-primary: "Poppins", sans-serif;
$font-size-base: 14px;
$line-height-base: 1.6;

// Colors
$color-primary: #089752;
$color-secondary: #343379;

$color-shadow: #4141412e;

// media
$breakpoint-tablet: 768px;
