/*
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: 'MessiahSiteWide';
    src: url(''); /* IE9 Compat Modes */
    src: url('wp-content/uploads/2021/05/EggsReporterRg1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('wp-content/uploads/2021/05/eggsreporterrg-webfont.woff') format('woff'), /* Modern Browsers */
         url('wp-content/uploads/2021/05/EggsReporterRg1.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('wp-content/uploads/2021/05/eggsreporterrg-webfont1.svg') format('svg'); /* Legacy iOS */
}
body {
  font-family: 'Mishiharegular';
}
h2, h3 {
    color: #333;
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li {
    margin: 5px 0;
}
