lk.zachem.info/resources/sass/_variables.scss
2024-11-25 15:39:54 +03:00

8 lines
138 B
SCSS

// Body
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;