@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Black.ttf') format('truetype');
    font-weight: black;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}
@font-face{
    font-display:swap;
    font-family:'Inter';
    font-style:normal;
    font-weight:500;
    src: url('inter/Inter-Medium.ttf') format('truetype');
}
@font-face{
    font-display:swap;
    font-family:'Inter';
    font-style:normal;
    font-weight:400;
    src: url('inter/Inter-Regular.ttf') format('truetype');
}
@font-face{
    font-display:swap;
    font-family:'Inter';
    font-style:normal;
    font-weight:300;
    src: url('inter/Inter-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display:swap;
}

/*Font SofiaPro*/
@font-face {
    font-family: 'SofiaPro';
    src:url('SofiaPro-Bold.woff2') format('woff2'),
        url('SofiaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'SofiaPro';
    src:url('SofiaPro-Light.woff2') format('woff2'),
        url('SofiaPro-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'SofiaPro';
    src:url('SofiaPro-Medium.woff2') format('woff2'),
        url('SofiaPro-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'SofiaPro';
    src:url('SofiaPro-SemiBold.woff2') format('woff2'),
        url('SofiaPro-SemiBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display:swap;
}
/*@font-face {
    font-family: 'SofiaPro';
    src:url('SofiaProRegular.woff2') format('woff2'),
        url('SofiaProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}*/
html{-webkit-text-size-adjust:100%}
html body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,p,
.iw-tab-title,.iw-item-info.style5 .info-content .read-more{
    font-family:Inter,Arial,sans-serif;
}
/*font-weight set*/
html body{
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 700;
}
html body{
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}
.job-item .job-title a, .job-item .job-title{
    color: #515152;
}
