@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --background: #141218;
    --foreground: #f3ece6;
    --primary: #ff6b35;
}

body {
    font-family: Inter, system-ui, sans-serif;
    margin: 0;
}
