@font-face{
  font-family:"Helvetica Neue";
  src:url("/api/v1/assets.internal/static/assets/fonts/HelveticaNeue-Medium.woff2") format('woff2');
}

:root {
  --primary-color: #92295c;
  --secondary-color: #92295c;
  --surface-2-color: #f4f4f4;
  --disable-color: #f4f4f4;
  --hover-color: #f4f4f4;
  --outline-color: #7d8386;
  --font-family: "Helvetica Neue", open sans, Sans-serif;
}

app-header header {
  height: 80px !important;
}

header > mat-icon:first-child, header > a > mat-icon:first-child {
  height: 60px !important;
  width: 100px !important;
}

hr {
  border: 0;
}

.breadcrumb-background {
  top: 80px !important;
}

app-landing-page .title, app-landing-page .sub-title {
  background-color: #E6140A;
  color: #FFFFFF !important;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  display: table;
}
app-landing-page .sub-title {
  margin-top: 0px !important;
}
  
#open-account-btn {
  background-color: #ffffff;  
  color: #000000;
  border-radius: 50px;
}