@import url('https://fonts.googleapis.com/css?family=Cairo|Lateef');
body{
    padding: 30px 0;
    /*overflow-x: hidden;*/
    font-size: 17px;
    direction: ltr;
    font-family: 'Lateef', cursive;
}
h1, h2, h3, h4, h5, h6, a, a span{
    font-family: 'Cairo', sans-serif;
}
.title-page{
	font-size:24px !important;
}