/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* FONTS */
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-ExtraLight.otf") format("opentype"); font-weight: 200; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-ExtraLightItalic.otf") format("opentype"); font-weight: 200; font-style: italic; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-Light.otf") format("opentype"); font-weight: 300; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-LightItalic.otf") format("opentype"); font-weight: 300; font-style: italic; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-Italic.otf") format("opentype"); font-weight: 400; font-style: italic; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-MediumItalic.otf") format("opentype"); font-weight: 500; font-style: italic; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-SemiBold.otf") format("opentype"); font-weight: 600; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-SemiBoldItalic.otf") format("opentype"); font-weight: 600; font-style: italic; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-BoldItalic.otf") format("opentype"); font-weight: 700; font-style: italic; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-ExtraBold.otf") format("opentype"); font-weight: 800; font-style: normal; }
@font-face{ font-family: "TT-Chocolates"; src: url("fonts/TTChocolates-ExtraBoldItalic.otf") format("opentype"); font-weight: 800; font-style: italic; }
@font-face{ font-family: "Angelina"; src: url("fonts/Angelina.ttf") format("truetype"); font-weight: 400; font-style: normal; }

.elementor *:not(.icon):not(.e-font-icon-svg), 
.tt-chocolates, .tt-chocolates * {
    font-family: 'TT-Chocolates', sans-serif;
}
.angelina, .angelina * {
    font-family: 'Angelina', sans-serif !important;
}