


@font-face {
    font-family: 'silka';
    src: url('fonts/silka-lightitalic-webfont.eot');
    src: url('fonts/silka-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/silka-lightitalic-webfont.woff') format('woff'),
         url('fonts/silka-lightitalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;

}


@font-face {
    font-family: 'silka';
    src: url('fonts/silka-regularitalic-webfont.eot');
    src: url('fonts/silka-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/silka-regularitalic-webfont.woff') format('woff'),
         url('fonts/silka-regularitalic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}



@font-face {
    font-family: 'silka';
    src: url('fonts/silka-bold-webfont.eot');
    src: url('fonts/silka-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-bold-webfont.woff2') format('woff2'),
         url('fonts/silka-bold-webfont.woff') format('woff'),
         url('fonts/silka-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}


@font-face {
    font-family: 'silka';
    src: url('fonts/silka-light-webfont.eot');
    src: url('fonts/silka-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-light-webfont.woff2') format('woff2'),
         url('fonts/silka-light-webfont.woff') format('woff'),
         url('fonts/silka-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'silka';
    src: url('fonts/silka-regular-webfont.eot');
    src: url('fonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-regular-webfont.woff2') format('woff2'),
         url('fonts/silka-regular-webfont.woff') format('woff'),
         url('fonts/silka-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'silka';
    src: url('fonts/silka-semibold-webfont.eot');
    src: url('fonts/silka-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/silka-semibold-webfont.woff2') format('woff2'),
         url('fonts/silka-semibold-webfont.woff') format('woff'),
         url('fonts/silka-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}

body{
	font-family: 'silka',-apple-system,sans-serif;
	color: #0D1110;
}

h1{
	font-weight: 700;
}

h2,	 h3,h4{
	font-weight: 600;
}

p{
	font-weight: 400;
}



