/* Notiway Description Section */
#notiway-desc {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 1.5rem 5rem;
}

#notiway-desc .notiway-desc-text {
  font-size: 1.35rem;
  line-height: 1.8;
  color: #1f2937;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

#notiway-desc .notiway-desc-text:last-child {
  margin-bottom: 0;
}

#notiway-desc .notiway-desc-text strong {
  color: #2563eb;
  font-weight: 600;
}

html[class~="dark"] #notiway-desc .notiway-desc-text {
  color: #e5e7eb;
}

html[class~="dark"] #notiway-desc .notiway-desc-text strong {
  color: #60a5fa;
}

/* Font Faces */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/fonts/Roboto/RobotoFlex.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("/fonts/Roboto/RobotoFlex.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Roboto-SemiBold";
  font-display: swap;
  src: url("/fonts/Roboto/RobotoFlex.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Menlo";
  font-display: optional;
  src: url("/fonts/Menlo/Menlo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
