/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
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: 'Walbaum Display Regular';
    src: url('assets/fonts/walbaum-display-regular.ttf')  format('truetype');
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Walbaum Display Regular' !important;
}

.img-height-100,
.img-height-100 img{
	height: 100% !important;
}

body {
	background-color: #F1F1F4;
}