/*
 Theme Name:   Kadence Child Typoabendroth
 Theme URI:    https://typoabendroth.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       typoabendroth
 Author URI:   https://typoabendroth.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* NUR typoabendroth */

.entry-content p {
    margin-top: 0;
    margin-bottom: 18px;
}


.testimonials .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
}

.testimonials .testimonial-name {
  margin-top: auto;
}


/* NUR Layout ALBASANA */
@font-face {
    font-family: 'NT Vanilla';
    src: url('https://typoabendroth.com/wp-content/uploads/2026/05/NT-Vanilla.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'My Everything';
    src: url('https://typoabendroth.com/wp-content/uploads/2026/05/My-Everything.woff2') format('woff2'),
         url('https://typoabendroth.com/wp-content/uploads/2026/05/My-Everything-1.woff') format('woff'),
         url('https://typoabendroth.com/wp-content/uploads/2026/05/My-Everything-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Erzwungenes korrektes Rendering für Überschriften */
.page-id-1029 h1, 
.page-id-1029 h2:not(.schreibschrift) {
    font-family: "NT Vanilla", serif !important;
    font-weight: 400;
}

.page-id-1029 h2.schreibschrift {
    font-family: "My Everything", cursive !important;
    font-weight: 400;
}

.page-id-1029 p {
    margin-bottom: 0.6em; 
}



