
@font-face {
 font-family: KZFreeSet;
 src: url(https://www.fdoctor.ru/app/KZFreeSet.ttf);
}

h1, h2, h3 {
    line-height: 1.2em;
    color:#4f4f4f;

}
p + h1, h3 {
    padding-top: 20px
}
body {

    font-family: KZFreeSet;
    padding: 15px;
    color:#4f4f4f;
    line-height: 1.45;
    font-size: 88%;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    color : #333333;
    text-decoration: underline;
}