@tailwind base;
@tailwind components;
@tailwind utilities;
@import "flowbite/src/themes/default";
@plugin "flowbite/plugin";
@source "../node_modules/flowbite";
@source "../node_modules/flowbite-datepicker";

@layer base {
    @font-face {
        font-family: "VisbyRoundCF-Regular";
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url("./../../public/fonts/webfont/VisbyRoundCF-Regular.woff") format("woff");
    }

    @font-face {
        font-family: "VisbyRoundCF-Bold";
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url("./../../public/fonts/webfont/VisbyRoundCF-Bold.woff") format("woff");
    }

    @font-face {
        font-family: "VisbyRoundCF-Light";
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url("./../../public/fonts/webfont/VisbyRoundCF-Light.woff") format("woff");
    }

    @font-face {
        font-family: "VisbyRoundCF-Medium";
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url("./../../public/fonts/webfont/VisbyRoundCF-Medium.woff") format("woff");
    }

    
}