@import "style.css";

@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family:"Figtree";
    src:url("../fonts/figree/Figtree-Regular.ttf");
}

@font-face {
    font-family:"Figtree-Semibold";
    src:url("../fonts/figree/Figtree-SemiBold.ttf");
}

@font-face {
    font-family:"Figtree-Bold";
    src:url("../fonts/figree/Figtree-Bold.ttf");
}



