

/* کلی */
@font-face {
    font-family: iranYekan;
    src: url(../assest/Yekan.ttf);
}

* {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: iranYekan;
    transition: 0.8s;
    text-decoration: none;
    list-style-type: none;
}

/* :root{
    --bg:#ffffff;
}
body.dark-mode{
    --bg:#0d1117;
}
body{
    background-color:var(--bg);
} */