@font-face{
    font-family: "AppFont";
    src: url("/theme/fonts/Inter/Inter-VariableFont_opsz,wght.ttf");
}

@font-face{
    font-family: "AppMonoFont";
    src: url("/theme/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf");
}

@font-face{
    font-family: "AppMonoFont";
    src: url("/theme/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf");
    font-weight: 100;
}

@font-face{
    font-family: "AppMonoFont";
    src: url("/theme/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf");
    font-weight: 700;
}

body {
    font-weight: 300;
}
