
    @font-face {
      font-family: "System Font";
      src: url("/fonts/thmanyahsans-Black.otf") format("opentype");
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
    }

    :root {
      --system-font-family: "System Font";
    }
  