
// Body
$body-bg: #f8fafc;

// Typography
$font-family-sans-serif: "Nunito", sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;

// Colors
$blue: #0d77d0;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66D9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$oldgreen: #38c172;
$teal: #4dc0b5;
$cyan: #3b6f9b;
$green: #0e7a3a;
$carnellian: #b31b1b;
