/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: nacani
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* fh: ueberschriften im blog */
.theme-hello-elementor .like-p {
    margin-top: 0;
    margin-bottom: .9rem;
    font-family: var( --e-global-typography-text-font-family ), sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
    color: inherit;
    line-height: 1.5;
}

.theme-hello-elementor .like-h1,
.theme-hello-elementor .like-h2,
.theme-hello-elementor .like-h3,
.theme-hello-elementor .like-h4,
.theme-hello-elementor .like-h5,
.theme-hello-elementor .like-h6 {
    font-family: var( --e-global-typography-text-font-family ), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    text-transform: none;
    letter-spacing: 1px;
}

.theme-hello-elementor .like-h1,
.theme-hello-elementor .like-h6 {
    font-family: var( --e-global-typography-primary-font-family ), serif;
    font-size: 20px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    line-height: 27px;
    letter-spacing: 6.67px;
}
.theme-hello-elementor .like-h1 {
    font-size: 2.125rem;
    line-height: 1.1em;
    letter-spacing: 10px;
}
.theme-hello-elementor .like-h2,
.theme-hello-elementor .like-h3 {
    font-size: 1.125rem; /*18px*/
    line-height: 1.33;
}
.theme-hello-elementor .like-h4,
.theme-hello-elementor .like-h3,
.theme-hello-elementor .like-h5 {
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 1.22;
}

.theme-hello-elementor .like-h4, /* h4 inline? */
.theme-hello-elementor .like-h5 {
    font-size: 0.9375rem;
    line-height: 1.46;
}

.theme-hello-elementor .like-h6 {
    text-transform: none;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 3.2px;
}
.theme-hello-elementor span.like-h1,
.theme-hello-elementor span.like-h2,
.theme-hello-elementor span.like-h3,
.theme-hello-elementor span.like-h4,
.theme-hello-elementor span.like-h5,
.theme-hello-elementor span.like-h6,
.theme-hello-elementor span.like-p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    line-height: inherit;
}
.theme-hello-elementor .margin-top {
    margin-top: 1.5rem;
}
.theme-hello-elementor .margin-top-big {
    margin-top: 5rem;
}


