/* Font faces used exclusively by the scoped Deldia Auth and Reviews UI. */
@font-face {
    font-family: "Deldia Inter";
    src: url("./Inter/Inter-Variable.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Deldia Noto Serif";
    src: url("./NotoSerif/NotoSerif-Variable.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-stretch: 62.5% 100%;
    font-style: normal;
    font-display: swap;
}
