/* static/css/custom_fonts.css */

@font-face {
    font-family: 'maname';
    src: url('/static/fonts/maname.ttf') format('truetype');
}

@font-face {
    font-family: 'CCRustic';
    src: url('/static/fonts/CCRustic.ttf') format('truetype');
}

@font-face {
    font-family: 'Yaldevi';
    src: url('/static/fonts/Yaldevi.ttf') format('truetype');
}

@font-face {
    font-family: 'UN-Samantha';
    src: url('/static/fonts/UN-Samantha.ttf') format('truetype');
}

@font-face {
    font-family: 'UN-Dharanee';
    src: url('/static/fonts/UN-Dharanee.ttf') format('truetype');
}

@font-face {
    font-family: 'UN-Gurulugomi';
    src: url('/static/fonts/UN-Gurulugomi.ttf') format('truetype');
}

@font-face {
    font-family: 'UN-Basuru';
    src: url('/static/fonts/UN-Basuru.ttf') format('truetype');
}

@font-face {
    font-family: 'UN-Ganganee';
    src: url('/static/fonts/UN-Ganganee.ttf') format('truetype');
}

@font-face {
    font-family: 'FM-Basuru';
    src: url('/static/fonts/FM-Basuru.ttf') format('truetype');
}

@font-face {
    font-family: 'Anagi';
    src: url('/static/fonts/Anagi.ttf') format('truetype');
}
@font-face {
    font-family: 'AFS';
    src: url('/static/fonts/AFS.ttf') format('truetype');
}

/* Ensure the font shows up in the Summernote dropdown with the correct style */
.note-dropdown-menu span[style*="font-family:maname"] {
    font-family: 'maname' !important;
}
.note-dropdown-menu span[style*="font-family:CCRustic"] {
    font-family: 'CCRustic' !important;
}
.note-dropdown-menu span[style*="font-family:Yaldevi"] {
    font-family: 'Yaldevi' !important;
}
.note-dropdown-menu span[style*="font-family:UN-Samantha"] {
    font-family: 'UN-Samantha' !important;
}
.note-dropdown-menu span[style*="font-family:UN-Dharanee"] {
    font-family: 'UN-Dharanee' !important;
}
.note-dropdown-menu span[style*="font-family:UN-Gurulugomi"] {
    font-family: 'UN-Gurulugomi' !important;
}

.note-dropdown-menu span[style*="font-family:UN-Basuru"] {
    font-family: 'UN-Basuru' !important;
}

.note-dropdown-menu span[style*="font-family:UN-Ganganee"] {
    font-family: 'UN-Ganganee' !important;
}

.note-dropdown-menu span[style*="font-family:FM-Basuru"] {
    font-family: 'FM-Basuru' !important;
}

.note-dropdown-menu span[style*="font-family:Anagi"] {
    font-family: 'Anagi' !important;
}
.note-dropdown-menu span[style*="font-family:AFS"] {
    font-family: 'AFS' !important;
}

/* static/css/custom_fonts.css */

/* ... Keep all your @font-face and Summernote dropdown rules ... */

/* Header Container */
/* Container for the whole header area */
