@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Regular.eot");
    src: url("../fonts/Inter/Inter-Regular?#iefix")format("embedded-opentype"),
        url("../fonts/Inter/Inter-Regular.woff") format("woff"),
        url("../fonts/Inter/Inter-Regular.ttf") format("truetype"),
        url("../fonts/Inter/Inter-Regular.woff2") format("woff2"); 
    font-style: normal;
    font-weight: normal;


}
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Bold.eot");
    src: url("../fonts/Inter/Inter-Bold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Inter/Inter-Bold.woff") format("woff"),
        url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;

}

/*@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');*/


@font-face {
    font-display: swap;
    font-family: "TikTok Sans";
    font-style: normal;
    font-weight: 400;
    src: local("TikTok Sans"), url("../fonts/TikTok_Sans/TikTokSans-Medium.ttf") format("truetype");
  }