
@import url('https://fonts.googleapis.com/css?family=Assistant:400,700|Frank+Ruhl+Libre:400,700,900&subset=hebrew,latin-ext');

body {
    color: #666;
	font-family: 'Assistant', sans-serif;
    font-size: 17px;
    font-weight: normal;
    background-color: #fff;
	line-height: 24px;
	margin:0px;
}
/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
	font-family: 'Frank Ruhl Libre', serif;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
}
