/*
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: "Cinzel";
    src: url('/wp-content/themes/oceanwp-child-theme/fonts/Cinzel-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cinzel";
    src: url('/wp-content/themes/oceanwp-child-theme/fonts/Cinzel-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cinzel";
    src: url('/wp-content/themes/oceanwp-child-theme/fonts/Cinzel-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Cinzel"';
    src: url('/wp-content/themes/oceanwp-child-theme/fonts/Cinzel-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Cinzel";
    src: url('/wp-content/themes/oceanwp-child-theme/fonts/Cinzel-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Cinzel";
    src: url('/wp-content/themes/oceanwp-child-theme/fonts/Cinzel-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Cinzel", sans-serif;
}
