* {
    font-family: 'EYRegular';
}

body {
    background-color: #FFF7ED;
}
input:focus,textarea:focus,select:focus{box-shadow: none !important;}
::-webkit-scrollbar{width: 10px !important;}
::-webkit-scrollbar-track{background: #001514 !important;}
::-webkit-scrollbar-thumb{background: #89be6f !important; border-radius: 1px !important;}