/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://example.com/twenty-twenty-one-child
 Description:  Child theme for the Twenty Twenty-One theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 Text Domain:  twentytwentyone-child
*/

@import url("../twentytwentyone/style.css"); /* fallback */
.category-list {
    list-style-type: none;
    padding-left: 0;
}

.category-list li {
    margin-bottom: 6px;
}

.category-list a {
    text-decoration: none;
    color: #0073aa;
}

.category-list a:hover {
    text-decoration: underline;
}
body {
    font-family: 'Tajawal', sans-serif;
    text-align:right;
}
h1, h2, h3, h4, h5, h6,
p, a, span, li, input, textarea {
    font-family: 'Tajawal', sans-serif;
}
.powered-by {display:none;}