@font-face {
    font-family: 'Agharti-Black';
    src: url('../assets/fonts/Agharti-Black.woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agharti-BlackCondensed';
    src: url('../assets/fonts/Agharti-BlackCondensed.woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agharti-Demi';
    src: url('../assets/fonts/Agharti-Demi.woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agharti-DemiCondensed';
    src: url('../assets/fonts/Agharti-DemiCondensed.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agharti-DemiUltraCondensed';
    src: url('../assets/fonts/Agharti-DemiUltraCondensed.woff');
    font-style: normal;
    font-display: swap;
}

body#tinymce {
    font-family: 'Inter', sans-serif;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}