@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300&display=swap');

* {
    font-family: 'Readex Pro', sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
    font-family: 'Readex Pro', sans-serif !important;
}

html,
body {
    overflow-x: hidden !important;
}

.rtl{
    direction: rtl;
}

.g{
    padding: 10px
}
.top-footer *{
    color: white;
}