
@font-face {
    font-family: Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Medium;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2");
}
@font-face {
    font-family: SemiBold;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2");
}
@font-face {
    font-family: IRegular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-family: IMedium;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
}
@font-face {
    font-family: IBold;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter-Bold.woff2) format("woff2");
}