/*
@font-face {
    font-family: AppFont;
    src: url('../../core/fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBold;
    src: url('../../core/fonts/roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBoldItalic;
    src: url('../../core/fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontItalic;
    src: url('../../core/fonts/roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontLight;
    src: url('../../core/fonts/roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: AppFontLightItalic;
    src: url('../../core/fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontMedium;
    src: url('../../core/fonts/roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: AppFontMediumItalic;
    src: url('../../core/fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBlack;
    src: url('../../core/fonts/roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBlackItalic;
    src: url('../../core/fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontThin;
    src: url('../../core/fonts/roboto/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: AppFontThinItalic;
    src: url('../../core/fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
}
*/

@font-face {
    font-family: AppFont;
    src: url('../typeface/IBMPlexSans-Regular-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBold;
    src: url('../typeface/IBMPlexSans-Bold-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBoldItalic;
    src: url('../typeface/IBMPlexSans-BoldItalic-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontItalic;
    src: url('../typeface/IBMPlexSans-Italic-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontLight;
    src: url('../typeface/IBMPlexSans-Light-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontLightItalic;
    src: url('../typeface/IBMPlexSans-LightItalic-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontMedium;
    src: url('../typeface/IBMPlexSans-Medium-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontMediumItalic;
    src: url('../typeface/IBMPlexSans-MediumItalic-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBlack;
    src: url('../typeface/IBMPlexSans-SemiBold-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontBlackItalic;
    src: url('../typeface/IBMPlexSans-SemiBoldItalic-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontThin;
    src: url('../typeface/IBMPlexSans-Thin-V01.1.ttf') format('truetype');
}
@font-face {
    font-family: AppFontThinItalic;
    src: url('../typeface/IBMPlexSans-ThinItalic-V01.1.ttf') format('truetype');
}
