/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://won-data.ch/
 Description:  Hello Elementor Child Theme
 Author:       Talha
 Author URI:   http://swiss-te.ch/
 Template:     hello-elementor
 Version:      1.0.5
 Text Domain:  hello-elementor-child
*/


/* Responsive background images */
.elementor-section,
.elementor-container {

    background-size: cover !important;
    background-position: center center !important;

}

@font-face {
    font-family: 'Poppins';
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}


/* Prevent Elementor layout jumps */
.e-con,
.elementor-widget,
.elementor-element {
    min-height: 1px;
}


body {
    line-height: 1.5;
}

p,
h1,
h2,
h3,
h4 {
    line-height: 1.3;
}

