@font-face {
    font-family: 'inter';
    src: url(/assets/shared/fonts/inter/static/Inter_18pt-Regular.ttf);
    src: url(/assets/shared/fonts/inter/static/Inter_18pt-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'inter-bold';
    src: url(/assets/shared/fonts/inter/static/Inter_18pt-Bold.ttf);
    src: url(/assets/shared/fonts/inter/static/Inter_18pt-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'inter-light';
    src: url(/assets/shared/fonts/inter/static/Inter_18pt-Light.ttf);
    src: url(/assets/shared/fonts/inter/static/Inter_18pt-Light.ttf) format("truetype")
}

body {
    font-family: 'inter',Arial,sans-serif;
    font-size: 13px;
}

    body .text-bold {
        font-family: 'inter-bold';
        font-weight: 500 !important;
    }

    body .text-light {
        font-family: 'inter-light'
    }
    body .advance-table .table thead tr th {
        font-family: 'inter-bold';
        font-weight: 500 !important;
    }