/*
Theme Name: Hello Elementor Child
Theme URI: 
Description: Child Theme for Hello Elementor
Author: Elementor
Author URI: 
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Custom CSS below */


@font-face {
  font-family: FractulRegular;
/*   src: url(fonts/Fractul-Thin.ttf); */
	src: url(fonts/Axiforma-Regular.ttf);
}

@font-face {
  font-family: FractulBold;
/*   src: url(fonts/Fractul-Bold.ttf); */
	src: url(fonts/Axiforma-Heavy.ttf);
}

@font-face {
  font-family: FractulBlack;
/*   src: url(fonts/Fractul-Black.ttf); */
	src: url(fonts/Axiforma-Black.ttf);
}

@font-face {
  font-family: Fortune;
  src: url(fonts/Fortune.otf);
}

body{
    font-family: FractulRegular!important;
}

p, ul li span {
    font-family: FractulRegular !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: FractulRegular!important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    font-family: FractulBold!important;
}

/* h1{
    font-family: FractulThin!important;
} */

.text-fortune {
    font-family: Fortune!important;
}

/* .fractualBlack h4 {
    font-family: FractulBold!important;
} */

#fractualBold h1, #fractualBold h2, #fractualBold h3, #fractualBold h4, #fractualBold h5, #fractualBold h6 {
    font-family: FractulBold!important;
}


/* .oswald-head h1 {
	font-family: "Oswald", Sans-serif !important;
} */