@font-face {
    font-family: 'Just Another Hand';
    /* NUR moderne Formate behalten */
    src: url('../fonts/Calligraph/Naissan1-Regular.woff2') format('woff2'),
         url('../fonts/Calligraph/Naissan1-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ⭐ WICHTIG: Text sofort mit Fallback-Font anzeigen */
}

p {
    font-family: 'Just Another Hand';
    text-align: justify;
    color: rgb(15, 34, 74) !important;
    text-align: center;
    letter-spacing: -0.05em;
    margin-bottom: 2vw !important;
}

.headline {
    letter-spacing: -0.05em;
    font-size: 20vw;
}

a {
    color: rgb(119,102,237);
    text-decoration: none;
}

#myText{
     margin:0px;
}

#imgText {
    position: relative;
    display: block;
}

#imgAloneOverlay {
    pointer-events: none;
    position: fixed;
    z-index: 50;
    display: block;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

#imgAloneOverlayLand {
    pointer-events: none;
    position: fixed;
    z-index: 50;
    display: block;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    top: 50lvh;
}

#imgAloneTOP {
    pointer-events: none;
}


#imgAloneTOPempty {
    pointer-events: none;
    z-index: -10;
}