/**
 * Theme Name:     Umiya Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   umiya-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Version:        1.0.0
 */

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');


body {
    font-family: 'Titillium Web', sans-serif;
	
}



.header-title .elementor-heading-title {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 600 !important;
  font-size: 54px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  vertical-align: middle;
}

.header-description .elementor-heading-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 94%;
  letter-spacing: 0;
}


.banner-title .elementor-heading-title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;           /* SemiBold */
    font-size: 100px !important;
    line-height: 1;             /* 100% */
    letter-spacing: 0;
    vertical-align: middle;
}


.banner-title-2 .elementor-heading-title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;           /* SemiBold */
    font-size: 35px;
    line-height: 94%;             /* 100% */
    letter-spacing: 0;
   
}


.scond-text p,
.scond-text .elementor-text-editor {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;        /* Regular */
    font-size: 20px;
    line-height: 1.3;        /* 130% */
    letter-spacing: 0;
}







