﻿
/* -------------------- فونت‌ها -------------------- */
@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-light.ttf') format('truetype');
    font-weight: 300;
}

* {
    font-family: 'Pelak', sans-serif;
}



body {
    font-family: 'Pelak', sans-serif !important;
    background: linear-gradient(135deg, #f5f7fa, #e0e0e0);
    min-height: 100vh;
    color: #222;
}

.glass-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 20px;
}

.btn-gold {
    background: linear-gradient(135deg, #f6c453, #e6a93b);
    color: #fff;
    border: none;
}

    .btn-gold:hover {
        background: linear-gradient(135deg, #e6a93b, #f6c453);
    }

.table th {
    background-color: #f6c453 !important;
    color: #fff;
    position: sticky;
    top: 0;
}

.table tbody tr:hover {
    background-color: #fff8e1;
}
