@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('../font/Roboto-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Robot-SemiBold';
    src: url('../font/BarlowCondensed-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Robot-Regular';
    src: url('../font/BarlowCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Robot-AiDeep';
    src: url('../font/AiDeep.otf') format('otf');
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
        url('../font/iconfont.woff?t=1658727552670') format('woff'),
        url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    margin-right: 8px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}