/* #####################################################################################################
   Standard font styles
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
html,
button,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #383838;
  -webkit-font-smoothing: antialiased;
}
h1,
.kop1,
h2,
.kop2,
h3,
.kop3,
h4,
.kop4 {
  font-family: 'Roboto', sans-serif;
}
h1,
.kop1 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 2%;
  text-transform: initial;
}
h2,
.kop2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
h3,
.kop3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
h4,
.kop4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
a {
  color: #4ca950;
  text-decoration: none;
}
a:hover {
  color: #8fcc91;
  text-decoration: none;
}
