/*@width-gutter:20px;*/
/*@height-footer:20px;
@height-page-padding-bottom:40px;*/
html,
body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 12px;
  position: relative;
  font: 500 15px/18px "CA";
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  /*color: @color-link-dark;*/
  /*.no-touch &:hover {
        color: @color-link-light;
    }*/
}
a,
a:focus,
a:active {
  outline: 0;
}
img {
  max-width: 100%;
}
