@font-face {
    font-family: iran-sans-regular;
    src: url('/4im.ir-assets/font/IRANSansX-Regular.woff');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'iran-sans-regular', sans-serif;
}

:root {
    scroll-behavior: smooth;
    --body-bg: #e0dcdb;
    --blue-1: #008fff;
    --blue-2: #0276d2;
    --red-1: #891516;
    --red-2: #a22020;
    --green-1: #3f8815;
    --green-2: #21a132;
    --black-1: #181818;
    --gray-1: #6f6b6a;
    --gray-2: #c7c7c7;
}

body{
    background-color: var(--body-bg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
    color: var(--black-1);
}