
 /* New Style */


 @font-face {
    font-family: 'Noto Sans Hebrew';
    src: url('/fonts/NotoSansHebrew-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    src: url('/fonts/NotoSansHebrew-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    src: url('/fonts/NotoSansHebrew-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: 'Noto Sans Hebrew', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

label,h1, h2, h3, h4, h5, h6,
.navbar,
.sidebar {
    font-weight: 500;
}

label {
    font-size: 15px;
    margin-bottom: 0.2rem !important;
}


.table td, .table th {
       padding: .55rem !important;
}

th {
    border: none !important;
}

  
.eng{
    font-family: "Segoe UI", sans-serif;
}