/* =============================================
   Creston Bank - Global Typography System
   Primary Font Family: Manrope
   ============================================= */

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
select,
textarea,
label,
.nav-menu li a,
.breadcrumb li,
.clients-item .clients-content blockquote,
.form-label,
.pricing-checkbox,
.cmn--btn,
.nav--tabs li a,
.title,
.des,
.hero-title,
.section-title {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

@media screen and (max-width: 375px) {
  .change-language {
    font-size: 12px;
    font-family: 'Manrope', sans-serif !important;
  }
}