@font-face {
    font-family: 'CustomFont';
    src: url('/assets/fonts/font.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EmojiFont';
    src: url('/assets/fonts/ios_emojis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body, body *:not(i):not(.fa):not([class^="fa-"]):not([class*=' fa-']):not([class*='fa-']) {
    font-family: 'UserCustomFont', 'CustomFont', 'EmojiFont', sans-serif !important;
}
.emoji, [data-emoji="true"], .emoji-font {
    font-family: 'EmojiFont', sans-serif !important;
}
