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

@font-face {
    font-family: 'Brandon regular';
    src: url('fonts/BrandonGrotesque-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/BrandonGrotesque-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/BrandonGrotesque-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/BrandonGrotesque-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Brandon bold';
    src: url('fonts/BrandonGrotesque-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/BrandonGrotesque-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/BrandonGrotesque-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/BrandonGrotesque-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}