/* ===== font.css ===== */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
body, h1, h2, h3, h4, h5, p, span, button {
  font-family: 'Vazirmatn', Arial, sans-serif;
}
:root {
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-secondary: linear-gradient(45deg, #ff6b6b, #ff9f43);
  --shadow-depth: 0 12px 24px -6px rgba(0,0,0,0.25);
  --neumorphic-shadow: 8px 8px 16px #0a0c10, -8px -8px 16px #141820;
  --cubic-bezier: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --glass-bg: rgba(255, 255, 255, 0.08);
  --base-bg: #000;
  --base-fg: #fff;
  --accent-yellow: #F7CB1A;
  --accent-light: #a2aaa0;
}
