/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Olga Syrova
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

<style>
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');
</style>

@font-face {
    font-family:"helvetica-neue";
    src: url("fonts/helvetica-neue-regular.woff") format("woff");
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}
@font-face {
    font-family:"helvetica-neue";
    src: url("fonts/helvetica-neue-medium.woff") format("woff");
    font-display:auto;
    font-style:normal;
    font-weight:500;
    font-stretch:normal;
}

body {
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 400;
	letter-spacing: 1.3px;
}
body.home .et_pb_row.et_pb_row_0 > .et_pb_column {
	margin-top: 145px;
}

@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 375px) {
	body {

	}
}