@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Apply the font globally for the panel elements that might not inherit it automatically */
:root {
    --font-family: 'Effra', sans-serif;
}

/* Safer Theme Customizations for Dashboard */
html:not(.dark) .fi-btn-color-primary.fi-btn-style-filled,
html:not(.dark) .fi-btn-color-primary.fi-btn-style-filled .fi-btn-label,
html:not(.dark) .fi-btn-color-primary.fi-btn-style-filled span {
    color: #D4AF37 !important; /* Gold text for Primary buttons in Light Mode */
}

html:not(.dark) .fi-sidebar-item-active .fi-sidebar-item-button,
html:not(.dark) .fi-sidebar-item-active .fi-sidebar-item-button .fi-sidebar-item-label,
html:not(.dark) .fi-sidebar-item-active .fi-sidebar-item-button span {
    color: #D4AF37 !important; /* Gold text for Active sidebar items in Light Mode */
}

html:not(.dark) .fi-sidebar-item-active .fi-sidebar-item-icon {
    color: #D4AF37 !important; /* Gold icon for Active sidebar items in Light Mode */
}
