@import './font-face.css';

body,
div,
p,
button,
section,
span,
input,
select,
textarea {
    font-family: 'Estedad', Tahoma, sans-serif;
    direction: rtl;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #1e40af;
    /* آبی سرمه‌ای - نماد اعتماد و اصالت */
    --accent-blue: #0284c7;
    /* آبی روشن - نماد شفافیت */
    --light-bg: #f8fafc;
    /* سفید/خاکستری روشن پس‌زمینه */
    --card-white: #ffffff;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
}

