// CheckSmith.ai — Brand Design Tokens (SCSS)

$brand-50: #eef1f8;
$brand-100: #d6dbee;
$brand-200: #acb3d6;
$brand-300: #7f88bd;
$brand-400: #4e58a0;
$brand-500: #232e8c;
$brand-600: #08126a;
$brand-700: #060e55;
$brand-800: #050b44;
$brand-900: #030730;

$brand-blue: #3662e3;
$marketing-nav-blue: #0461db;

$font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;
$font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
$font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
