@font-face{
    font-family: "BYekan";
    src: url("../fonts/BYekan/BYekan-webfont.eot") format("eot"),
        url("../fonts/BYekan/BYekan-webfont.woff") format("woff"),
        url("../fonts/BYekan/BYekan-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
#root{
    height: 100%;
}

body{
    font-family: 'BYekan';
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgb(9, 185, 103);
    background: linear-gradient(90deg, rgb(9, 187, 104) 0%, hsla(186, 100%, 69%, 1) 100%);
}

.pointer{
    cursor: pointer !important;
}

.transition_200{
    transition: all 200ms ease;
}

.text_hover_shadow:hover{
    text-shadow: 0 0 3px black;
}

.text_shadow{
    text-shadow: 0 0 8px rgb(14, 215, 241);
}

.h_fit{
    height: fit-content;
}
