
/* Register the .otf font */
@font-face {
  font-family: "UntitledFont";
  src: url("/fonts/UntitledSans-Medium.otf") format("opentype");
  font-weight: 600;       
  font-style: normal;
  font-display: swap; 
}

/* Apply globally to body */
html, body {
  font-family: "UntitledFont", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Diagramm";
  src: url("/fonts/Diagramm-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Apply Diagramm font to navbar menu elements */
.nav-main ul li .nav-link span {
    font-family: "Diagramm", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
    font-weight: 600;
}
