@font-face {
    font-family: 'gothampro-bold';
    src: url('/content/assets/gothampro-bold.ttf') format('ttf'),
         url('/content/assets/gothaprobol.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'gothampro';
    src: url('/content/assets/gothampro.ttf') format('ttf'),
         url('/content/assets/gothaproreg.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

h1, .h1,
h2, .h2 {
  font-family: "gothampro-bold", sans-serif !important;
  font-weight: 600;
}

h3, .h3,
h4, .h4 {
  font-family: "gothampro-bold", sans-serif !important;
  font-weight: 600;
}

body {
    font-family: "gothampro", sans-serif;
}

.app-private-dashboard .banner-text h2 {
    font-size: 26px;
    text-transform: uppercase;
}

.app-private-dashboard .banner-text p {
    font-size: 22px;
    text-transform: uppercase;
}
.navbar-nav>li>a {
    text-transform: uppercase;
}

.banner-text p {
    line-height: 1 !important;
}
.banner-item {
    background-color: #EF3A40 !important;
}