/* Google Inter font – light theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');

:root {
    --font-family: 'Inter', sans-serif;
    --bg-color: #f9fbfd;
    --sidebar-bg: #ffffff;
    --primary: #2c7be5;
    --text: #212529;
    --accent: #ff9800;
}