:root {
    --primary-color: #1f2937;
    --secondary-color: #374151;
    --accent-color: #059669;
    --accent-color-dark: #047857;
    --text-primary: #111827;
    --text-secondary: #6b7280;
    --background: #ffffff;
    --background-alt: #f9fafb;
    --border-color: #e5e7eb;
}

body {
    font-family: "Inter", sans-serif;
}
