/* =========================================================
   ATRA HEADER
   Global Base
========================================================= */

.atra-header,
.atra-header *,
.atra-header *::before,
.atra-header *::after {
    box-sizing: border-box;
}

.atra-header {
    width: 100%;
    margin: 0;
    padding: 0;

    direction: rtl;
    text-align: right;

    font-family:
        "IRANSans",
        "Vazirmatn",
        Tahoma,
        Arial,
        sans-serif;

    color: var(--atra-color-text);
}

.atra-header img {
    max-width: 100%;
    height: auto;
    display: block;
}

.atra-header a {
    color: inherit;
    text-decoration: none;
}

.atra-header button,
.atra-header input,
.atra-header textarea,
.atra-header select {
    font: inherit;
}

.atra-header button {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.atra-header ul,
.atra-header ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.atra-header p,
.atra-header h1,
.atra-header h2,
.atra-header h3,
.atra-header h4,
.atra-header h5,
.atra-header h6 {
    margin: 0;
}