﻿:root {
    --primary-red: #dc3545;
    --red-hover: #c82333;
    --light-gray: #f8f9fa;
    --border-gray: #dee2e6;
}

* {
    font-family: 'Yekan_Bakh_Fanum_Regular', sans-serif;
    line-height: 1;
    box-sizing: border-box;
}

body {
    background: var(--light-gray);
    
}

@font-face {
    font-family: 'Yekan_Bakh_Fanum_Regular';
    src: url('../fonts/Yekan_Bakh_Fanum_Regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type=number] {
    -moz-appearance: textfield !important;
}
.custom-pagination .page-link:focus {
    box-shadow: none !important;
    outline: none !important;
}

.custom-pagination .page-link:active {
    box-shadow: none !important;
}