@font-face { 
    font-family: "KuriousLooped"; 
    src: 
      url("./font/Kurious_Looped-Light.otf");
    font-style: normal;
    font-weight: 300;
     font-display: swap;
}
@font-face { 
    font-family: "KuriousLooped"; 
    src: 
      url("./font/Kurious_Looped-Medium.otf");
    font-style: normal;
    font-weight: 400;
     font-display: swap;
}
@font-face { 
    font-family: "KuriousLooped"; 
    src: 
      url("./font/Kurious_Looped-SemiBold.otf");
    font-style: normal;
    font-weight: 500;
     font-display: swap;
}