@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=MedievalSharp&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h1 {
    color: #67c120;
    font-weight: bold;
    margin-bottom: 10px;
}

[data-lang-code="de"] h1:before {
    content: '🇦🇹 ';
}
[data-lang-code="en"] h1:before {
    content: '🇬🇧 ';
}
[data-lang-code="it"] h1:before {
    content: '🇮🇹 ';
}
[data-lang-code="uk"] h1:before {
    content: '🇺🇦 ';
}

[data-lang-code="ja"] h1:before {
    content: '🇯🇵 ';
}


.el-texttest {
    .bhElementInner * {
        font-family: "Inter", sans-serif !important;
    }

    .bhElementInner {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    width: 420px;
    padding: 25px;
    background: #f1f4f5;
    margin-top: 100px;
    margin-bottom: 100px;
}

.el-texttest p {
    font-size: 16px;
    line-height: 1.5;}
}
