/* 1. CORRECTED PATHS (Removed 'fonts/' based on your screenshot) */

@font-face {
    font-family: 'IndusStyle';
    src: url('fonts/Rise of Kingdom.ttf'); /* Path changed to match your folder */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jaini';
    src: url('fonts/Jaini-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caprice';
    src: url('fonts/Caprice.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DAYROM';
    src: url('fonts/DAYROM__.ttf');
    font-weight: normal;
    font-style: normal;
}

/* 2. CORRECTED SELECTORS (Added h4, h5, h6, span, div, li, button) */

/* Apply IndusStyle to everything by default */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, button {
    font-family: 'IndusStyle', sans-serif !important;
}

/* Optional: Overrides for specific headings if you still want Jaini there */
h1, h2, h3, h4, .logo {
    font-family: 'Jaini', serif !important;
}