@font-face {
    font-family: ws-bold;
    src: url('/assets/pc/font/WorkSans-Bold.ttf');
}

@font-face {
    font-family: ws-smbold;
    src: url('/assets/pc/font/WorkSans-SemiBold.ttf');
}

@font-face {
    font-family: ws-medium;
    src: url('/assets/pc/font/WorkSans-Medium.ttf');
}

@font-face {
    font-family: ws-light;
    src: url('/assets/pc/font/WorkSans-Light');
}

.px-en {
}

.ws-bold {
    font-family: ws-bold !important;
}

.ws-bold *{
    font-family: ws-bold !important;
}

.ws-smbold {
    font-family: ws-smbold !important;
}

.ws-smbold * {
    font-family: ws-smbold !important;
}

.ws-medium {
    font-family: ws-medium !important;
}

.ws-medium * {
    font-family: ws-medium !important;
}

.ws-light {
    font-family: ws-light !important;
}

.ws-light * {
    font-family: ws-light !important;
}
