@font-face {
  font-family: "Suisse";
  src: url("../assets/fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse";
  src: url("../assets/fonts/SuisseIntl-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  background-image: none !important;
  /* background-color: #f5f5f5 !important; */
  font-family: Suisse, Helvetica, Arial, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Suisse, Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}

div.node__content ul,
div.node__content h2 {
  margin-top: 1rem !important;
}

div.node__content li {
  margin-left: 1rem;
  list-style-type: disc;
}

.text-content {
  font-family: Suisse, Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}

.page-title {
  display: block !important;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5 !important;
}

.min-h-6 {
  min-height: 1.5rem;
}

.custom-text-blue {
  color: rgb(33, 93, 165);
}

.custom-text-blue:hover,
.custom-text-blue:active {
  color: rgb(23, 64, 114);
}
