@import 'fonts.css';
body {
  font: normal 12px 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "NovecentowideUltraLightBold";
}
h1,
.h1 {
  font-size: 20px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
#nav-main ul {
  font-family: "NovecentowideUltraLightBold";
  text-transform: uppercase;
  font-size: 11px;
}
.f-form,
button,
input,
textarea {
  font: normal 11px 'Open Sans', sans-serif;
}
.f-helper {
  font-size: 11px;
}
.f-func {
  font-family: "NovecentowideUltraLightBold";
  text-transform: uppercase;
  font-size: 11px;
}
.layout-horizontal .title,
.layout-full .title,
.layout-preview .title,
.layout-center .title {
  font-family: "NovecentowideUltraLightBold";
  text-transform: uppercase;
  font-size: 11px;
}
