/*
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: 'Outfit';
    src: url('fonts/outfit-bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/outfit-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/outfit-bold.woff2') format('woff2'); /* WOFF2 */
font-weight: bold;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-light.woff') format('woff'), /* Modern Browsers */
         url('fonts/outfit-light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/outfit-light.woff2') format('woff2'); /* WOFF2 */
font-weight: lighter;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/outfit-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/outfit-regular.woff2')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/outfit-regular.woff2') format('woff2'); /* WOFF2 */
font-weight: normal;
}