@charset 'UTF-8';

// 1. Configuration and helpers @import

'abstracts/variables',
'abstracts/functions',
'abstracts/mixins';

// 2. Vendors @import

'vendor/normalize';

// 3. Base stuff @import

'base/base',
'base/fonts',
'base/typography',
'base/helpers';

// 4. Layout-related sections @import

'layout/sticky-footer',
'layout/header',
'layout/footer',
'layout/pagination',
'layout/search';

// 5. Components @import

'components/icons',
'components/button';

// 6. Page-specific styles @import

'pages/home',
'pages/pages',
'pages/posts';

// 7. Themes @import

'themes/default';

// 2-a. Vendors @import

'vendor/syntax-highlighting';