/* ======================================== */
/* index                                    */
/* ======================================== */

/* index.html */

/* ======================================== */
/* font                                     */
/* ======================================== */

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/IRANSansWeb_Medium.9f338149.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ======================================== */
/* body                                     */
/* ======================================== */

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    font-family: "IRANSans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    background: #ffffff;
    color: #1c1f22;
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
    text-decoration: none;
}

.container {
    width: min(1175px, calc(100% - 48px));
    width: 1175px;
    margin-inline: auto;
}

/* ======================================== */
/* End                                      */
/* ======================================== */
