/*Bulgarian Fonts*/
html:lang(bg) .cretive-button-text {
    font-family: 'Roboto Condensed',"Roboto Condensed Fallback"!important;
    font-weight: 500 !important;
    font-size: 1rem !important;
}
html:lang(bg) h1 {
    font-family: 'Roboto Condensed',"Roboto Condensed Fallback"!important;
    font-size: clamp(2rem, 1.571rem + 1.905vw, 3rem) !important;
}
html:lang(bg) h2 {
    font-family: 'Roboto Condensed',"Roboto Condensed Fallback"!important;
    font-size: clamp(1.6rem, 1.429rem + 0.762vw, 2rem) !important;
}

html:lang(bg) h3 {
    font-size: 1.1rem !important;
    font-family: 'Roboto Condensed',"Roboto Condensed Fallback"!important;
}
html:lang(bg) h4 {
    font-size: 1rem !important;
}