/*..................................font*/
@font-face {
    font-family: KALAMEH;
    font-style: normal;
    font-weight: 300;
    src: url('./font/KalamehWeb-Light.woff') format('woff');
}
@font-face {
    font-family: KALAMEH;
    font-style: normal;
    font-weight: 400;
    src: url('./font/KalamehWeb-Regular.woff') format('woff');
}
@font-face {
    font-family: KALAMEH;
    font-style: normal;
    font-weight: 500;
    src: url('./font/KalamehWeb-Medium.woff') format('woff');
}
@font-face {
    font-family: KALAMEH;
    font-style: normal;
    font-weight: 600;
    src: url('./font/KalamehWeb-Bold.woff') format('woff');
}
@font-face {
    font-family: KALAMEH;
    font-style: normal;
    font-weight: 900;
    src: url('./font/KalamehWeb-Black.woff') format('ttf');
}

* {
    font-family: KALAMEH  !important;
    direction: rtl;
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.text-UltraLight {
    font-weight: 200;
}
.text-regular {
    font-weight: 400;
}
.text-demibold {
    font-weight: 600;
}

/*..................................body*/
.header{
    background-color: #808080;
    height: 70px;
}
.header .logo img{
    height: 100%;
}
.header h1{
    font-size: x-large;
    color: #fff;
}
.main {
    margin-top: 100px;
}

/*...............................accordion*/
