/*
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: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Thin.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Thin.woff') format('woff');
    font-weight:100;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-ExtraLight.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-ExtraLight.woff') format('woff');
    font-weight:200;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Light.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Light.woff') format('woff');
    font-weight:300;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    font-weight:400;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Medium.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Medium.woff') format('woff');
    font-weight:500;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-SemiBold.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-SemiBold.woff') format('woff');
    font-weight:600;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Bold.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Bold.woff') format('woff');
    font-weight:700;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-ExtraBold.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-ExtraBold.woff') format('woff');
    font-weight:800;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Black.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Black.woff') format('woff');
    font-weight:900;
}