body {
    /* background-color: #f9f9f9; */
    /* background-color: #f4f4f4; */
    background-color: #f6f6f6;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


ul, li, a, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

p, ul, h1, h2, h3, h4, h5, h6 {
    cursor: context-menu;
}
a p {cursor: pointer;}


@font-face {
	font-family: "Sadgan";
	font-style: normal;
	font-weight: normal;
	src: url('/View/CSS/Font/sadgan/3.Sadgan-Medium.ttf');
}
.sadgan {font-family: "Sadgan", iranyekan !important;}