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

@font-face {
    font-family: 'TheYearofHandicrafts';
    src: url('../fonts_hayah/TheYearofHandicrafts-Regular.otf') format('opentype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'TheYearofHandicrafts';
    src: url('../fonts_hayah/TheYearofHandicrafts-Medium.otf') format('opentype');
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'TheYearofHandicrafts';
    src: url('../fonts_hayah/TheYearofHandicrafts-SemiBold.otf') format('opentype');
    font-weight: 600;
    /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'TheYearofHandicrafts';
    src: url('../fonts_hayah/TheYearofHandicrafts-Bold.otf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'TheYearofHandicrafts';
    src: url('../fonts_hayah/TheYearofHandicrafts-Black.otf') format('opentype');
    font-weight: 900;
    /* Black */
    font-style: normal;
}

:root {
    --font-family-hayah: 'TheYearofHandicrafts', sans-serif;
}

body {
    font-family: 'TheYearofHandicrafts', sans-serif !important;
}

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

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