/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: WebFontRegular, Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    /* 4 */
    position: relative;
    min-height: 100%;
    direction: rtl !important;
}

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
    font-family: WebFontRegular !important;
    margin-bottom: 60px;
    /* Margin bottom by footer height */
}

h1,
h2,
h3 {
    font-family: WebFontBOLD !important;
    font-size: 18px;
    font-weight: bold;
}

h4,
h5,
h6 {
    font-family: WebFontMEDIUM !important;
    font-size: 14px;
}

p {
    font-family: WebFontRegular !important;
}

th,
td {
    text-align: right !important;
    font-family: WebFontRegular !important;
}
