@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@200;300;500;700&display=swap');


.lang-wrapper a {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 17px;
    color: #f30e63;
    font-weight: 600;
}
.lang-wrapper a:hover {
    color: #000;
}