@charset "UTF-8";
/*
Theme Name: KLN
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

html, body{
margin:0;
padding:0;
width:100%;
min-height:100%;
-webkit-font-smoothing: antialiased;
font-smooth:antialiased;
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #fff;
background-color: #fff;
line-height: 130%;
}

h1, h2, h3, h4, h5, p{
line-height:130%;
}