@font-face {
    font-family: 'TalklineFont';
    src: url('../fonts/IRANYekanXFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TalklineFont';
    src: url('../fonts/IRANYekanWebFn.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TalklineFont';
    src: url('../fonts/iranyekanwebboldfanum.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
  --twc-primary: #B41E8E;
  --twc-primary-dark: #921673;
  --twc-primary-soft: #FCEAF7;
  --twc-blue: #229ED9;
  --twc-brand-blue: #3652D9;
  --twc-bg: #F4F7FA;
  --twc-surface: #FFFFFF;
  --twc-surface-soft: #F8FAFC;
  --twc-text: #17212B;
  --twc-text-muted: #6B7280;
  --twc-border: #E5EAF0;
  --twc-success: #22C55E;
  --twc-danger: #EF4444;
  --twc-warning: #F59E0B;
  --twc-radius-sm: 8px;
  --twc-radius-md: 14px;
  --twc-radius-lg: 20px;
  --twc-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.06);
  --twc-font: 'TalklineFont', IRANYekan, Vazirmatn, Tahoma, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--twc-font); background: var(--twc-bg); color: var(--twc-text); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
