<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SAMPLE FOR ALL FONT SIZE */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&amp;display=swap');

h1{
}
h2{
}
h3{
}
h4{
}
h5, h6{
}
p{

}
/* Fonts */
.has-xs-title-font-size {
}
.has-s-title-font-size {
}
.has-m-title-font-size {
}
.has-l-title-font-size {
}
.has-xl-title-font-size {
}
.has-xs-text-font-size {
}
.has-s-text-font-size {
}
.has-m-text-font-size {
}
.has-l-text-font-size {
}
.has-xl-text-font-size {
}

@media (max-width:576px){
    .is-title-mobile-big{
        font-size: 35px !important;
    }

    .is-title-mobile{
        font-size: 20px !important;
    }

    h2{
        line-height: 48px;
    }
}
</pre></body></html>