/*
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: 'Franklin Gothic';
    src: url('fonts/FranklinGothicCondensed.woff2') format('woff2'),
        url('fonts/FranklinGothicCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kelson Sans';
    src: url('fonts/KelsonSans-Light.woff2') format('woff2'),
        url('fonts/KelsonSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
