@import '../less/_variables';
@import '../less/_reset';
@import '../less/_jquery-ui';
@import '../less/_form';


@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/source-sans/SourceSansPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/source-sans/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/source-sans/SourceSansPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/source-sans/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body{
  margin:0;
  font-size:14px;
  line-height:24px;
  font-family: @default-form-font;
  color: @first-main-color;
}

h1,h2,h3,h4,h5,h6 {
  font-family: @default-form-font;
  font-weight:900;
}

h1{
  font-size:2.143em;
  line-height:1.3em;
}

h2{
  font-size:1.857em;
  line-height:1.3em;
}

h3 {
  font-size:1.571em;
  line-height:1.3em;
}

h4 {
  font-size:1.429em;
  line-height:1.3em
}

h5 {
  font-size:1.357em;
  line-height:1.3em;
}

h6 {
  font-size:1.1em;
  line-height:1.3em;
}

p {
  font-size:1em;
  line-height:1em;
  margin:0
}

td {
  line-height:1.429em;
}

a {
    
    &:link,
    &:hover,
    &:visited {
        color:@first-main-color;
        text-decoration:none;
    }
}