/*
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: 'EncodeSansExpanded-Black';
     src: url('fonts/EncodeSansExpanded-Black.ttf')  format('truetype');
}

@font-face {
    font-family: 'EncodeSansExpanded-Bold';
     src: url('fonts/EncodeSansExpanded-Bold.ttf')  format('truetype');
}
 
@font-face {
    font-family: 'EncodeSansExpanded-ExtraBold';
     src: url('fonts/EncodeSansExpanded-ExtraBold.ttf')  format('truetype');
}

@font-face {
    font-family: 'EncodeSansExpanded-ExtraLight';
     src: url('fonts/EncodeSansExpanded-ExtraLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'EncodeSansExpanded-Light';
     src:url('fonts/EncodeSansExpanded-Light.ttf')  format('truetype');
}
 
@font-face {
    font-family: 'EncodeSansExpanded-Medium';
     src: url('fonts/EncodeSansExpanded-Medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'EncodeSansExpanded-Regular';
     src: url('fonts/EncodeSansExpanded-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'EncodeSansExpanded-SemiBold';
     src: url('fonts/EncodeSansExpanded-SemiBold.ttf')  format('truetype');
}
 
@font-face {
    font-family: 'EncodeSansExpanded-Thin';
     src: url('fonts/EncodeSansExpanded-Thin.ttf')  format('truetype');
}


@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('fonts/BebasNeue-Regular.ttf')  format('truetype');
}
