@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}


@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("/resources/fonts/figtree/Figtree-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}
