/*
Theme Name: OceanWP child
Description: OceanWP Child Theme
Author: Version Numérique
Author URI: https://www.version-numerique.nc
Template: oceanwp 
Version: 1.0.0
*/
/* FONTS */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/oceanwp-child/fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('/wp-content/themes/oceanwp-child/fonts/Cambria-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/oceanwp-child/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}