@font-face {
    font-family: 'faseyha';
    src: url('fonts/faseyha.otf') format('opentype');
}

@font-face {
    font-family: 'waheed';
    src: url('fonts/waheed.otf') format('opentype');
}

@font-face {
    font-family: 'quranic';
    src: url('fonts/quranic.ttf') format('opentype');
}

body, .wp-editor-area, .wp-core-ui p, .wp-core-ui button, .wp-core-ui input[type="submit"], .wp-core-ui input[type="button"], .wp-core-ui input[type="reset"], input, textarea {
    font-family: faseyha,quranic, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .wp-core-ui h1, .wp-core-ui h2, .wp-core-ui h3, .wp-core-ui h4, .wp-core-ui h5, .wp-core-ui h6, #title {
font-family: waheed, quranic, sans-serif !important;
line-height: 3rem;
font-size: 1.3rem;
}

/* RTL styles */
body {
direction: rtl !important;
text-align: right !important;
line-height: 3rem;
font-size: 1.3rem;
}

/* Clear floats */
.clearfix::after {
content: "";
clear: both;
display: table;
}
  

/* ltr text */
.comments-area p.logged-in-as, .comment-form-cookies-consent {
    direction: ltr;
    font-family: sans-serif;
}