/*
 Theme Name:   React Staging Theme
 Description:  A standalone theme hosting my React build.
 Author:       Your Name
 Version:      1.0.2
*/

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

@font-face {
    font-family: "Italiana";
    src: url("./fonts/Italiana-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
