/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-elementor-child
*/

/* Custom Font: Bodoni MT
   Place the font file here:
   /wp-content/themes/hello-elementor-child/fonts/Bodoni MT.TTF
*/
@font-face {
    font-family: 'Bodoni MT Custom';
    src: url('fonts/Bodoni%20MT.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Apply Bodoni MT only to H1, H2, and H3 headings */
h1,
h2,
h3,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Bodoni MT Custom', 'Bodoni MT', serif !important;
}
