@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800&display=swap');

html, body, button, input, textarea, select {
    font-family: 'Exo 2', sans-serif !important;
}

* {
    font-family: 'Exo 2', sans-serif !important;
}

.banner-title {
    margin-bottom: 12px;
    line-height: 1.2;
}

.banner-content {
    margin-top: 4px;
}