@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
body {
    font-family: 'Vazirmatn', sans-serif;

  font-style: normal;

  font-display: swap; 
}
html,
body{

    background:#343434 !important;

}

#root{

max-width:1500px;

margin:auto;

background:#2b2b2b;

min-height:100vh;

box-shadow:

0 0 0 1px rgba(255,255,255,.03),

0 0 40px rgba(0,0,0,.35);

}
/* ===========================================
   BetVaio Override
=========================================== */

#betvaio-welcome{

    all:initial;

    display:block;

    direction:rtl;

    font-family:'Vazirmatn',sans-serif !important;

    background:#071A12 !important;

    color:#fff !important;

    line-height:1.8;

}

/* تمام عناصر داخل صفحه */

#betvaio-welcome *{

    box-sizing:border-box;

    font-family:'Vazirmatn',sans-serif !important;

}

/* جلوگیری از استایل قالب */

#betvaio-welcome h1,
#betvaio-welcome h2,
#betvaio-welcome h3,
#betvaio-welcome h4,
#betvaio-welcome h5,
#betvaio-welcome h6,
#betvaio-welcome p,
#betvaio-welcome span,
#betvaio-welcome div,
#betvaio-welcome table,
#betvaio-welcome tr,
#betvaio-welcome td,
#betvaio-welcome th,
#betvaio-welcome ul,
#betvaio-welcome li,
#betvaio-welcome a,
#betvaio-welcome button{

    all:unset;

    display:revert;

    box-sizing:border-box;

    font-family:'Vazirmatn',sans-serif !important;

    color:inherit;

}