/*
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: 'Futura-Bold';
  src: url("Futura-Bold.otf") format("opentype");
  src: url('Futura-Bold.eot'); /* IE9 Compat Modes */
  src: url('Futura-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Futura-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('Futura-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('Futura-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Futura-Bold.svg#Futura-Bold') format('svg'); /* Legacy iOS */
	    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Futura-Light';
  src: url("FuturaBT-Light.otf") format("opentype");
  src: url('FuturaBT-Light.eot'); /* IE9 Compat Modes */
  src: url('FuturaBT-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('FuturaBT-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('FuturaBT-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('FuturaBT-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('FuturaBT-Light.svg#Futura-Light') format('svg'); /* Legacy iOS */
	    font-weight: normal;
    font-style: normal;
}