
  @font-face {
    font-family: "Inter";
    src: url("./fonts/Inter-Regular.otf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "InterBold";
    src: url("./fonts/Inter-Bold.otf");
    font-weight: normal;
    font-style: normal;
  }

  /* Lato Regular */
  @font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Regular.ttf') format('truetype'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
