
@font-face {
    font-family:'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://freequizzes.girlsreviews.org/assets/css/webfonts/IBMPlexSansArabic-Regular.ttf')format('truetype');
}
@font-face {
    font-family:'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://freequizzes.girlsreviews.org/assets/css/webfonts/IBMPlexSansArabic-SemiBold.ttf')format('truetype');
}
@font-face {
    font-family:'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://freequizzes.girlsreviews.org/assets/css/webfonts/IBMPlexSansArabic-Bold.ttf')format('truetype');
}
:root{
    --mainColor:#1f9298;
    --textColor: #2d3436; 
    --bgColor: #f5f5f5;
}

body{
    color: var(--textColor);
    font-family: "IBM Plex Sans Arabic", sans-serif; 
    font-size: 1em;
    background-color: #ededed2b;
}
nav a{
    color: white;
}
a.hover{
    color: var(--textColor);
}
h1,h2,h3,h4,h5,h6,a{
    color: var(--mainColor);
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5em;
}
h1{
    font-size: 36px;
}
.hero h1{
    font-size: 36px;
    color: white;
    margin-bottom: 30px;

}
.hero p{
    color:white;
    font-size: 22px;
}

.result-hero h1{
    color: white;
}
  @media(max-width:570px) {
 
    .hero h1{
        font-size: 25px;
    }
    .hero p{
        font-size: 18px;
    }
  }


h2{
    font-size: 26px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h2.allQuiz{
    font-size: 22px;
}