@font-face{
	font-family: Material Icons Outlined;
	src: url('../fonts/google-icons.woff2');
}
@font-face{
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Bold.ttf');
}
body{
    font-family: Vazirmatn, sans-serif;
}
.material-icons-outlined{
	font-family: "Material Icons Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}
.glass-card {
    background: rgba(18, 18, 18, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.bloom-hover:hover {
    box-shadow: 0 0 20px rgba(174, 198, 255, 0.3);
    border-color: #aec6ff;
}
.cyber-glow {
    box-shadow: 0 0 15px rgba(195, 244, 0, 0.2);
}
body {
    background-color: #131314;
    color: #e5e2e3;
    font-family: 'Vazirmatn', sans-serif;
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }
}
.material-icons-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
/* Flip icons for RTL where necessary */
[dir="rtl"] .rtl-flip {
    transform: scaleX(-1);
}