// =================================================================
// Styling for the WordPress theme framework
//
// BURF Theme contains styles that work with the Boston University
// WordPress environment. If you're not using WordPress for your
// project, you probably don't need these styles. You can import
// just BURF Base for special situations where you don't need all
// the extra styling to support WordPress.
//
// =================================================================

// =================================================================
// Global dependencies
// =================================================================

@import '../burf-theme/burf-theme';

// =================================================================
// Content and Shortcodes
// =================================================================

@import 'content/collapsibles';
@import 'content/courses';
@import 'profiles/profile-format-default';
@import 'profiles/profile-format-basic';
@import 'profiles/profile-format-advanced';
@import 'profiles/profile-format-mini';
@import 'content/slideshows';

// =================================================================
// Widgets
// =================================================================

@import 'calendar/widget-calendar';
@import 'calendar/calendar-picker';

// =================================================================
// Layout
// =================================================================

@import 'layout/branding';

// =================================================================
// Templates
// =================================================================

// Archive Templates

@import 'calendar/calendar-archive';
@import 'profiles/profile-archive';

// Single Templates

@import 'calendar/calendar-single';
@import 'profiles/profile-single';

// Other

@import 'bulp/bulp-base';
