/* ===========================
   FONTS
=========================== */

/* Vazir Font */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.woff2') format('woff2'),
         url('../fonts/Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Bold.woff2') format('woff2'),
         url('../fonts/Vazir-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ===========================
   GLOBAL RESET
=========================== */

html {
    font-size: 15px; /* یک درجه کوچکتر از حالت استاندارد */
}

body {
    font-family: 'Vazir', Tahoma, sans-serif !important;
    background-color: #f8f9f7;
    color: #1f2937;
    line-height: 1.7;
}


/* ===========================
   TYPOGRAPHY SCALE (کوچکتر شده)
=========================== */

h1 { font-size: 1.6rem; font-weight: 800; }
h2 { font-size: 1.4rem; font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }

p  { font-size: 0.95rem; }

.small-text { font-size: 0.85rem; }


/* ===========================
   CARDS
=========================== */

.glass-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.soft-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


/* ===========================
   SIDEBAR
=========================== */

.sidebar-link {
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    transition: all 0.2s ease;
    font-size: 0.9rem; /* کوچکتر */
    font-weight: 500;
}

.sidebar-link:hover {
    background-color: #f1f5f2;
}

.sidebar-link.active {
    background-color: #e4efe6;
    color: #5e7f61;
    font-weight: 600;
}


/* ===========================
   HEADER
=========================== */

.dashboard-header {
    font-size: 0.95rem;
}


/* ===========================
   BUTTONS
=========================== */

button {
    font-size: 0.9rem;
}


/* ===========================
   PROGRESS RING
=========================== */

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring circle {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}


/* ===========================
   TABLES
=========================== */

table {
    font-size: 0.9rem;
}

th {
    font-weight: 600;
}


/* ===========================
   FORMS
=========================== */

input, textarea, select {
    font-family: 'Vazir', Tahoma, sans-serif;
    font-size: 0.9rem;
}
