/*
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 */
/*
CONFIG ROUNDED FONT
*/
@font-face {
    font-family: 'Config Rounded Regular';
    src: url('fonts/ConfigRoundedRegular.ttf')  format('truetype');
}

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

@font-face {
    font-family: 'Config Rounded Semibold';
    src: url('fonts/ConfigRoundedSemibold.ttf')  format('truetype');
}

/*
DAX PRO FONT
*/
@font-face {
    font-family: 'Dax Pro Regular';
    src: url('fonts/DaxProRegular.ttf')  format('truetype');
}

@font-face {
    font-family: 'Dax Pro Bold';
    src: url('fonts/DaxProBold.otf')  format('opentype');
}

@font-face {
    font-family: 'Dax Pro Semibold';
    src: url('fonts/DaxProMedium.ttf')  format('truetype');
}

/*
MYRIAD PRO FONT
*/
@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('fonts/MyriadProRegular.ttf')  format('truetype');
}

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

@font-face {
    font-family: 'Myriad Pro Semibold';
    src: url('fonts/MyriadProSemibold.ttf')  format('truetype');
}

