/* This is an example, font file must be on same directory */
@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: normal;
    src: url("./Figtree-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Figtree";
    font-style: italic;
    src: url("./Figtree-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Figtree";
    font-style: bold;
    font-weight: 500;
    src: url("./Figtree-SemiBold.ttf") format("truetype");
}
