@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Righteous&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

.top-section h3 {
    font-family: Roboto, "Cairo" !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #404446;
}

.top-section h2 {
    font-family: Roboto, "Cairo" !important;
    font-weight: 700;
    font-size: 32px;
    color: #191919;
}

ul.project-filters li {
    font-size: 24px;
    color: #72777a;
    font-weight: normal !important;
}
ul.project-filters li.active {
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Roboto, "Cairo" !important;
    font-weight: 700 !important;
    line-height: 130%;
    letter-spacing: 0%;

    border: none !important;
    background: none !important;
    outline: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out !important;
    color: #8b5e3c !important;
    border-bottom: 4px solid #8b5e3c !important;
}

.project-filters li:hover {
    color: #333;
}
