/* Common Custom Styles */
:root {
    --primary-color: #4f46e5;
}

body {
    font-family: 'Inter', sans-serif;
}