* {
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    border: 0;
    padding: 0;
    font-family: IRANSansX !important;
}

body {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden !important;
    background-color: var(--my-color-light);
    color: black;
    font-size: var(--my-body-text-size);
}

ul,ol{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit;
}
