/*
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: 'Sackers Gothic Std';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/SackersGothicStd-Light.woff2') format('woff2'),
        url('/wp-content/themes/oceanwp-child-theme-master/custom-font/SackersGothicStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-Light.woff2') format('woff2'),
        url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-Bold.woff2') format('woff2'),
        url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-Regular.woff2') format('woff2'),
        url('/wp-content/themes/oceanwp-child-theme-master/custom-font/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/proxma-d.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'century-gothic';
    src: url('/wp-content/themes/oceanwp-child-theme-master/custom-font/FontsFree-Net-Century-Gothic-W05-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


