@font-face {
    font-family: 'Vazir-Regular';
    src: url('/amfl.ir-assets/font/ttf/Vazir-Regular.ttf') format('truetype');
}

:root {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Vazir-Regular', sans-serif;
}

body {
    direction: rtl;
    background-color: #171C32;
}

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;
}