/* Begin Variable Definition */
@bg_acc: #58595B; /* Dark gray color used in accents on the site */
@bg_core: #F3F3F3;
@bg_altlight: #E7E7E7; /* Darker than bg_core */
@bg_green: #414042; /* Color in the logo */
@bg_gray: #D1D2D3; /* Shown in the mountains in the BG */
@text_highlight: #414042; /* Green color in the logo */
@text_dark: #58595B;
@text_darkbg: #F4F4F4;
@text_lightbg: #57585B; /* Dark text color that matches the grill in the logo */
@text_lighter: #797979;
@text_orange: #FC8500;
@link_darkbg: #F4F4F4; /* Link color for dark backgrounds */
@link_lightbg: #58595B; /* Link color for light backgrounds */
@link_hover: #414042;
@border_dark: #C4C4C4;
@border_light: #E1E1E1;
@button_action: #414042;
@button_action_hover: #414042;
/* End Variable Definition */

/* Make all browsers look somewhat the same */
@import "less/normalize.less";

/* CSS Framework */
@import "less/framework.less";

/* Button Designs */
@import "less/buttons.less";

/* Homepage */
@import "less/homepage.less";

/* Category View Page */
@import "less/category.less";

/* Product Details Page */
@import "less/pdp.less";

/* Product Details Page */
@import "less/misc.less";

/* My Account Pages */
@import "less/myaccount.less";

/* Blog Layout Updates */
@import "less/blog.less";

/* Cart Page */
@import "less/cart.less";