@font-face {
    font-family: 'Figtree';
    font-weight: 300;
    src: url('../storage/fonts/Figtree-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 300;
    font-style: italic;
    src: url('../storage/fonts/Figtree-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 400;
    src: url('../storage/fonts/Figtree-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 400;
    font-style: italic;
    src: url('../storage/fonts/Figtree-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 500;
    src: url('../storage/fonts/Figtree-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 500;
    font-style: italic;
    src: url('../storage/fonts/Figtree-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 600;
    src: url('../storage/fonts/Figtree-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 600;
    font-style: italic;
    src: url('../storage/fonts/Figtree-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 700;
    src: url('../storage/fonts/Figtree-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 700;
    font-style: italic;
    src: url('../storage/fonts/Figtree-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 800;
    src: url('../storage/fonts/Figtree-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 800;
    font-style: italic;
    src: url('../storage/fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 900;
    src: url('../storage/fonts/Figtree-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 900;
    font-style: italic;
    src: url('../storage/fonts/Figtree-BlackItalic.ttf') format('truetype');
}

body { font-family: 'Figtree', sans-serif; }