// Fonts $font-family-sans: 'Monda', sans-serif !default; $font-family-serif: 'Roboto Slab', serif !default; $font-size-base: 16px !default; $font-size-sm: 14px !default;
// Line heights $line-height-base: 1.375; $line-height-lg: 1.5; $line-height-xl: 1.75;
// Width limits $xlimit-base: 960px !default; $xlimit-sm: 720px !default; $xlimit-xs: 688px !default;
// Breakpoints $breakpoint-sm: 576px !default; $breakpoint-md: 768px !default;
// Spacing $spacing-1: .25rem; $spacing-2: $spacing-1 * 2 !default; $spacing-3: $spacing-1 * 3 !default; $spacing-4: $spacing-1 * 4 !default; $spacing-6: $spacing-1 * 6 !default; $spacing-8: $spacing-1 * 8 !default;
// Border radius $border-radius-base: 3px !default; $border-radius-sm: 2px !default;
// Color $gray-dark-1: #212529 !default; $gray-dark-2: #343a40 !default; $gray-dark-3: #495057 !default; $gray-dark-4: #868e96 !default; $color-bg-base: f1f3f5 !default; $color-bg-light: f8f9fa !default; $color-body-bg: #3b5bdb !default; $color-body-divider: bac8ff !default; $color-divider-base: adb5bd !default; $color-divider-light: ced4da !default; $color-link: #364fc7 !default;
// Base @import 'xyzzy/base';
// Utilities @import 'xyzzy/utility';
// Layout @import
'xyzzy/layout/article', 'xyzzy/layout/footer', 'xyzzy/layout/header', 'xyzzy/layout/main', 'xyzzy/layout/nav';
// Components @import 'xyzzy/components';
// Syntax @import 'xyzzy/syntax';