// Custom LESS/CSS
//
// Add custom codes to override/extend the styles.
// Example: Override variables
// @link-color: @danger;
// @header-container-background: @pink;
// @header-container-background-tablet: @teal;
// @header-container-background-mobile: @orange;
// Example: Override main section background color.
// .jupiterx-main {
// background-color: @gray-300;
// }