@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,900;1,900&display=swap');


@font-face {
    font-family: '29LT Kaff Black';
    src: url('../fonts_thmairy/29LTKaff-Black.woff2') format('woff2'),
        url('../fonts_thmairy/29LTKaff-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Kaff';
    src: url('../fonts_thmairy/29LTKaff-Regular.woff2') format('woff2'),
        url('../fonts_thmairy/29LTKaff-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Kaff Semi';
    src: url('../fonts_thmairy/29LTKaff-SemiBold.woff2') format('woff2'),
        url('../fonts_thmairy/29LTKaff-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Kaff Ultra';
    src: url('../fonts_thmairy/29LTKaff-UltraLight.woff2') format('woff2'),
        url('../fonts_thmairy/29LTKaff-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



:root {
    --font-family-thmairy: '29LT Kaff', sans-serif;
}

body {
    font-family: '29LT Kaff Ultra', sans-serif !important;

}
.font-thmairy-black {
    font-family: '29LT Kaff Black', sans-serif !important;
}


.font-Noto {
    font-family: '29LT Kaff', sans-serif !important;
}

.font-Kufam {
    font-family: 'Kufam', sans-serif !important;
}
