﻿/**********************************************************************************
 Description:   Site Font
**********************************************************************************/
@font-face {
    font-family: Semibold;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/PDI5/Mulish-SemiBold.ttf)
}

@font-face {
    font-family: Regular;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/PDI5/Mulish-Regular.ttf)
}

@font-face {
    font-family: Bold;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/PDI5/Mulish-Bold.ttf )
}
@font-face {
    font-family: RobotoRegular;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/PDI5/Roboto-Regular.ttf )
}