// ========================================================================
// PAGES
// Page-specific styling, such as homepage, if necessary.
// ========================================================================

/***
If you have page-specific styles, it is better to put them in a pages/ folder, 
in a file named after the page. For instance, it’s not uncommon to have very 
specific styles for the home page hence the need for a _homepage.scss file 
in pages/.
***/

@import 'homepage';
