/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
font-family: 'Open Sans Hebrew';
src: url('fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSansHebrew-Regular.woff') format('woff'),
url('fonts/OpenSansHebrew-Regular.ttf') format('truetype'),
url('fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Hebrew';
src: url('fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSansHebrew-Light.woff') format('woff'),
url('fonts/OpenSansHebrew-Light.ttf') format('truetype'),
url('fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Hebrew';
src: url('fonts/OpenSansHebrew-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSansHebrew-Bold.woff') format('woff'), 
url('fonts/OpenSansHebrew-Bold.ttf') format('truetype'), 
url('fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew-Bold') format('svg');
font-weight: bold;
font-style: normal;
}

