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

:root {
    --admin-font-stack: 'Inter', 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

body,
input,
select,
textarea,
button,
label {
    font-family: var(--admin-font-stack);
}

:root #container {
    --font-family-primary: var(--admin-font-stack);
}
