/**

 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/*Cera Pro Fonts*/

@font-face {
    font-family: 'cera_problack';
    src: url('fonts/cera_pro_black-webfont.woff2') format('woff2'),
         url('fonts/cera_pro_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_probold';
    src: url('fonts/cera_pro_bold-webfont.woff2') format('woff2'),
         url('fonts/cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_prolight';
    src: url('fonts/cera_pro_light-webfont.woff2') format('woff2'),
         url('fonts/cera_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_promedium';
    src: url('fonts/cera_pro_medium-webfont.woff2') format('woff2'),
         url('fonts/cera_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_proregular';
    src: url('fonts/cera_pro_regular-webfont.woff2') format('woff2'),
         url('fonts/cera_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'cera_proregular', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'cera_probold', sans-serif !important;
}