17 lines
296 B
SCSS
Raw Permalink Normal View History

2025-03-26 19:05:00 -04:00
// Body
2025-04-01 13:03:09 -04:00
$body-bg: #fff;
2025-03-26 19:05:00 -04:00
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
2025-04-01 13:03:09 -04:00
$font-size-base: 1rem;
2025-03-26 19:05:00 -04:00
$line-height-base: 1.6;
2025-04-01 13:03:09 -04:00
// Bootstrap Container Sizes
$container-max-widths: (
//sm: 540px,
//md: 720px,
//lg: 960px,
//xl: 1140px,
xxl: 1500px
);