@charset "utf-8";

@imagesDir: "/g/shop2v2/default/images";
// @imagesDir: "images";

@blue: #08c;
@red: #eb3c3c;
@orange: #f1632b;
@yellow: #fdf5b5;
@light-gray: #dedede;
@pale-light-gray: #eee;
@gray: #ccc;
@white: #fff;
@sand: #e1c893;
@black: #000;

@textColor: #626262;
@linkColor: @blue;

@baseFontFamily: Arial, Helvetica, sans-serif;
@baseFontSize: 14px;
@baseFontWeight: normal;

@h1: 24px;
@step: 2px;
@h2: @h1 - @step;
@h3: @h2 - @step;
@h4: @h3 - @step;
@h5: @h4 - @step;
@h6: @h5 - @step;

@import url('mixins.txt');
@import url('classes.txt');
@import url('ui.txt');
@import url('shop2.txt');
@import url('compare.txt');
@import url('panel.txt');
@import url('alert.txt');
@import url('color-ext.txt');