9 lines
173 B
SCSS
Vendored
9 lines
173 B
SCSS
Vendored
// Body
|
|
$body-bg: #f8fafc;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: 'Pacifico', serif;
|
|
$font-family-base: Arial, sans-serif;
|
|
$font-size-base: 0.9rem;
|
|
$line-height-base: 1.6;
|