/*
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-Regular.ttf);
}

@font-face {
  font-family: FractulThin;
  src: url(fonts/Fractul-Thin.ttf);
}

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

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

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

body{
    font-family: FractulRegular!important;
}

p{
    font-family: FractulRegular;
}

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

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

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

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

.fractualBold h4 {
    font-family: FractulBlack!important;
}


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