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


@font-face {
  font-family: TitliumBlack;
  src: url(fonts/TITILLIUMWEB-BLACK.TTF);
}

@font-face {
  font-family: TitliumBold;
  src: url(fonts/TITILLIUMWEB-BOLD.TTF);
}

@font-face {
  font-family: TitliumExtralight;
  src: url(fonts/TITILLIUMWEB-EXTRALIGHT.TTF);
}

@font-face {
  font-family: TitliumLight;
  src: url(fonts/TITILLIUMWEB-LIGHT.TTF);
}

@font-face {
  font-family: TitliumRegular;
  src: url(fonts/TITILLIUMWEB-REGULAR.TTF);
}

@font-face {
  font-family: TitliumSemibold;
  src: url(fonts/TITILLIUMWEB-SEMIBOLD.TTF);
}

#titlium-black {
	font-family: TitliumBlack !important;
}

#titlium-bold {
	font-family: TitliumBold !important;
}

#titlium-extra-light {
	font-family: TitliumExtralight !important;
}

#titlium-light {
	font-family: TitliumLight !important;
}

#titlium-regular {
	font-family: TitliumRegular !important;
}
#titlium-semibold {
	font-family: TitliumSemibold !important;
}

#titlium-light ul li a, #titlium-light ul li a span, #titlium-light ul li span {
	font-family: TitliumLight !important;
}

#titlium-bold h1, #titlium-bold h2, #titlium-bold h3, #titlium-bold h4, #titlium-bold h5, #titlium-bold h6 {
	font-family: TitliumBold !important;
}

#titlium-light h1, #titlium-light h2, #titlium-light h3, #titlium-light h4, #titlium-light h5, #titlium-light h6 {
	font-family: TitliumLight !important;
}

#titlium-regular h1, #titlium-regular h2, #titlium-regular h3, #titlium-regular h4, #titlium-regular h5, #titlium-regular h6 {
	font-family: TitliumLight !important;
}

#titlium-semibold h1, #titlium-semibold h2, #titlium-semibold h3, #titlium-semibold h4, #titlium-semibold h5, #titlium-semibold h6 {
	font-family: TitliumLight !important;
}

#titlium-black h1, #titlium-black h2, #titlium-black h3, #titlium-black h4, #titlium-black h5, #titlium-black h6 {
	font-family: TitliumBlack !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: TitliumBold;
}

#titlium-black h2 span {
	font-family: TitliumBlack !important;
}

p {
	margin:0px;
	font-family: TitliumRegular !important;
}

#titlium-bold a span {
	font-family: TitliumBold !important;
}



/* Fractul Font */

@font-face {
  font-family: FractulRegular;
  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);
}

#fractul-regular {
	font-family: FractulRegular!important;
}

#fractul-bold {
	font-family: FractulBold!important;
}

#fractul-black {
	font-family: FractulBlack!important;
}

body{
    font-family: TitliumLight !important;
}

#fractul-bold a span {
	font-family: FractulBold!important;
}

#fractul-bold h4 {
	font-family: FractulBold!important;
}