@font-face {
    font-family: Poppins;
    src: url('/fonts/poppins/PoppinsVN-400.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-400i.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-500.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-500i.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-600.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-600i.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-700.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-700i.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-800.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-800i.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-900.woff2') format('woff2'),
        url('/fonts/poppins/PoppinsVN-900i.woff2') format('woff2');

    font-weight: normal;
    font-style: normal;
    font-display: fallback
}

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

.hover\:tw-bg-amber:hover,
.focus\:tw-bg-amber:focus,
.tw-bg-amber {
    background-color: rgb(255 97 23);
}

.hover\:tw-text-white:hover,
.focus\:tw-text-white:focus {
    color: #fff;
}


.digityze-bg-primary {
    background-color: #0063b8;
}

.digityze-bg-primary-light {
    background-color: #1584e6;
}

.digityze-text-primary {
    color: #0063b8;
}