//
// Component: Section
//
// ========================================================================


// Variables
// ========================================================================

//
// Master
//

@internal-section-primary-gradient:                   linear-gradient(135deg, #fe8155 0%, #fa5565 30%, #f07297 70%, #febdd5 100%);
@internal-section-secondary-gradient:                 linear-gradient(135deg, #605cee 0%, #7571c8 100%);

@internal-section-default-image:                      "../../sonic/images/section-background-image-lines.svg";

// Component
// ========================================================================

.hook-section() {}


// Style modifiers
// ========================================================================

.hook-section-default() {}

.hook-section-muted() {}

.hook-section-primary() {}

.hook-section-secondary() {}


// Overlap modifier
// ========================================================================

.hook-section-overlap() {}


// Miscellaneous
// ========================================================================

.hook-section-misc() {}
