@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.woff2') format('woff2'),
         url('../fonts/Gandom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Gandom font weights */
@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.woff2') format('woff2'),
         url('../fonts/Gandom.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.woff2') format('woff2'),
         url('../fonts/Gandom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.woff2') format('woff2'),
         url('../fonts/Gandom.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.woff2') format('woff2'),
         url('../fonts/Gandom.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.woff2') format('woff2'),
         url('../fonts/Gandom.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply Gandom font globally */
* {
    font-family: 'Gandom', sans-serif !important;
}

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

/* Ensure all UI elements use Gandom */
h1, h2, h3, h4, h5, h6,
p, span, div, a, button, input, textarea, select,
.nav, .card, .btn, .form-control, .form-label,
.table, .dropdown-menu, .modal, .alert,
.sidebar, .header, .content, .footer {
    font-family: 'Gandom', sans-serif !important;
}
