// main: ../main.less, out: false, compress: false, sourceMap: false
// main: ../theme.less, out: false, compress: false, sourceMap: false

@default: #3b5afb;
@primary: #ff6123;
@dark: #343e45;
@light: #f7f9fb;
@white: #fff;

@body-bg: @white;
@body-font-color: #666;

@title-font-color: @dark;
@subtitle-font-color: @dark;

@font1: 'Open Sans', sans-serif;
@font2: 'Montserrat', sans-serif;

@body-font: @font1;
@title-font: @font2;
@subtitle-font: @font1;
@menu-font: @font2;
@button-font: @font2;


@title-font-weight: 700;
@subtitle-font-weight: 300;
@menu-font-weight: 600;

.anim {
	transition: all 0.25s ease-out;
}
.font-1 {
	font-family: @font1;
}
.font-2 {
	font-family: @font2;
}