@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
    background-color: #f8f9fa;
}

.sidebar {
    background-color: #343a40;
    min-height: 100vh;
    color: white;
    padding-top: 20px;
}

.sidebar a {
    color: #adb5bd;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}

.sidebar a:hover {
    background-color: #495057;
    color: white;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}
