@font-face {
  font-family: 'Lato TR Regular';
  font-style: normal;
  font-weight: normal;
  src: url('/statics/fonts/lato/LatoTR-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Lato TR Light';
  font-style: normal;
  font-weight: normal;
  src: url('/statics/fonts/lato/LatoTR-Light.woff') format('woff');
}
@font-face {
  font-family: 'Lato TR Light Italic';
  font-style: normal;
  font-weight: normal;
  src: url('/statics/fonts/lato/LatoTR-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lato TR Italic';
  font-style: normal;
  font-weight: normal;
  src: url('/statics/fonts/lato/LatoTR-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Lato TR Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: url('/statics/fonts/lato/LatoTR-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lato TR Bold';
  font-style: normal;
  font-weight: normal;
  src: url('/statics/fonts/lato/LatoTR-Bold.woff') format('woff');
}
.fontL {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.fontR {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.fontS {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.fontB {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/*------------------------------------
	FONT STYLES
------------------------------------*/
.fontBl {
  font-family: 'Lato TR Black';
}
.fontB {
  font-family: 'Lato TR Bold';
}
.fontH {
  font-family: 'Lato TR Hairline';
}
.fontL {
  font-family: 'Lato TR Light';
}
.fontR {
  font-family: 'Lato TR Regular';
}
