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

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

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