/*
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: 'concourse_c4';
    src: url('fonts/concourse_c4.eot'); /* IE9 Compat Modes */
    src: url('fonts/concourse_c4.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/concourse_c4.woff') format('woff'), /* Modern Browsers */
         url('fonts/concourse_c4.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/concourse_c4.svg#svgFontName') format('svg'); /* Legacy iOS */
}