@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-Light.woff2") format("woff2"), url("../fonts/Nohemi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-Regular.woff2") format("woff2"), url("../fonts/Nohemi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-Medium.woff2") format("woff2"), url("../fonts/Nohemi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fc-purple {
  color: #6400FF;
}

.fc-dark {
  color: #25323E;
}

body {
  font-family: "Nohemi", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

header {
  position: fixed;
  z-index: 9;
  width: 100%;
}
header .navbar-brand img {
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
header.sticky {
  background-color: #25323e;
}
header.sticky .navbar-brand img {
  width: 90px !important;
  height: auto !important;
}

.offcanvas {
  background: #25323E;
}

.inner-banner {
  padding-top: 200px;
}

.navbar-toggler {
  height: 60px;
  width: 60px;
  border-radius: 60px;
}

.home-banner {
  height: 700px;
}

.press-releases a.card {
  text-decoration: none;
}
.press-releases a.card:hover .card-title {
  text-decoration: underline;
}