/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
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: 'Google-Spartan';
    src: url('fonts/spartan-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/spartan-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/spartan-v10-latin-regular.woff2') format('woff'), /* Modern Browsers */
         url('fonts/spartan-v10-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/spartan-v10-latin-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Google-Spartan500';
    src: url('fonts/spartan-v10-latin-500.eot'); /* IE9 Compat Modes */
    src: url('fonts/spartan-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/spartan-v10-latin-500.woff2') format('woff'), /* Modern Browsers */
         url('fonts/spartan-v10-latin-500.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/spartan-v10-latin-500.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Google-Spartan600';
    src: url('fonts/spartan-v10-latin-600.eot'); /* IE9 Compat Modes */
    src: url('fonts/spartan-v10-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/spartan-v10-latin-600.woff2') format('woff'), /* Modern Browsers */
         url('fonts/spartan-v10-latin-600.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/spartan-v10-latin-600.svg#svgFontName') format('svg'); /* Legacy iOS */
}

