@font-face {
    font-family: "Inter";
    src: url("/static/fonts/Inter-VariableFont_opsz,wght.ttf")
        format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/static/fonts/Inter-Italic-VariableFont_opsz,wght.ttf")
        format("truetype");
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: "PT Serif Caption";
    src: url("/static/fonts/PTSerifCaption-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PT Serif Caption";
    src: url("/static/fonts/PTSerifCaption-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
